Skip to content

Commit 07c6648

Browse files
committed
Update CI to use Node v16.
1 parent 59c7d45 commit 07c6648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubuntu-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '12.x'
19+
node-version: '16.x'
2020
- name: Install dependencies
2121
run: npm install
2222
- run: npm run test:unit

.github/workflows/windows-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Use Node.js
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: '12.x'
19+
node-version: '16.x'
2020
- name: Install dependencies
2121
run: npm install
2222
- run: npm run test:unit

0 commit comments

Comments
 (0)