Skip to content

Commit b1aefc9

Browse files
committed
ci: use newer node version for release
1 parent 1213d3b commit b1aefc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Node.js
6060
uses: actions/setup-node@v1
6161
with:
62-
node-version: '6.17.1'
62+
node-version: '14.15.3'
6363
- name: Install npm
6464
run: npm install -g npm@^6.3.0
6565
- name: Install npm dependencies

0 commit comments

Comments
 (0)