Skip to content

Commit 079f2fc

Browse files
committed
Run tests in node 16
1 parent abb4367 commit 079f2fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.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@v1
18-
- name: Use Node.js 12.x
18+
- name: Use Node.js 16.x
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: 12.x
21+
node-version: 16.x
2222
- name: npm install, build, and test
2323
run: |
2424
npm install

0 commit comments

Comments
 (0)