Skip to content

Commit 70727b4

Browse files
committed
Update actions to use node 16
1 parent 9ab2584 commit 70727b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
9-
- name: Use Node.js 14.x
10-
uses: actions/setup-node@v1
9+
- name: Use Node.js 16.x
10+
uses: actions/setup-node@v2
1111
with:
12-
node-version: 14.x
12+
node-version: 16.x
1313
- name: npm install, build, and test
1414
run: |
1515
npm install

0 commit comments

Comments
 (0)