Skip to content

Commit d676c9b

Browse files
author
Adam Argyle
authored
update node test runner to latest stable (#576)
1 parent ac08d11 commit d676c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v1
1313

14-
- name: Use Node.js 10.x
14+
- name: Use Node.js 16.x
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 10.x
17+
node-version: 16.x
1818

1919
- name: Test & Build
2020
run: |

0 commit comments

Comments
 (0)