Skip to content

Commit a11180d

Browse files
committed
Update NodeJS testing to the current LTS: v14 -> v16
1 parent c81b4f6 commit a11180d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install node
2323
uses: actions/setup-node@v1
2424
with:
25-
node-version: '14.x'
25+
node-version: '16.x'
2626
- name: Install Python
2727
uses: actions/setup-python@v2
2828
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: Set up Node
170170
uses: actions/setup-node@v2
171171
with:
172-
node-version: 14.x
172+
node-version: '16.x'
173173

174174
- name: Get yarn cache
175175
id: yarn-cache

0 commit comments

Comments
 (0)