Skip to content

Commit b724148

Browse files
ci: upgrade node version to 14
1 parent 702261b commit b724148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Use Node.js 12.x
15+
- name: Use Node.js 14.x
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 12.x
18+
node-version: 14.x
1919
- name: Install npm packages using cache
2020
uses: bahmutov/npm-install@v1
2121
- name: Copy example config

0 commit comments

Comments
 (0)