Skip to content

Commit 65ea386

Browse files
committed
Use node v16.
1 parent 5a500ca commit 65ea386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

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

1616
steps:
1717
- uses: actions/checkout@v2
18-
- name: Use Node.js '14.x'
18+
- name: Use Node.js '16.x'
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: '14.x'
21+
node-version: '16.x'
2222
- run: npm ci
2323
- run: npm run build --if-present
2424
- run: npm test

0 commit comments

Comments
 (0)