Skip to content

Commit 12e9885

Browse files
committed
(chore) bump GHA node version
1 parent 3f91235 commit 12e9885

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
@@ -27,6 +27,6 @@ jobs:
2727
- name: Use Node.js
2828
uses: actions/setup-node@v2
2929
with:
30-
node-version: '12.x'
30+
node-version: '16.x'
3131
- run: npm install
3232
- run: npm test

0 commit comments

Comments
 (0)