Skip to content

Commit 5daaa3f

Browse files
committed
Use Node.js 16 on CI
1 parent 397d796 commit 5daaa3f

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
@@ -6,15 +6,15 @@ env:
66
FORCE_COLOR: 2
77
jobs:
88
full:
9-
name: Node.js 15 Full
9+
name: Node.js 16 Full
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout the repository
1313
uses: actions/checkout@v2
1414
- name: Install Node.js
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: 15
17+
node-version: 16
1818
- name: Install dependencies
1919
uses: bahmutov/npm-install@v1
2020
- name: Run tests

0 commit comments

Comments
 (0)