Skip to content

Commit fc83ddf

Browse files
committed
ci: use node 16
1 parent c0f85e1 commit fc83ddf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
node-version: [14]
20+
node-version: [16]
2121
steps:
2222
- name: Get Yarn cache path
2323
id: yarn-cache

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
# so that Changesets can generate changelogs with the correct commits
2727
fetch-depth: 0
2828

29-
- name: Use Node.js 14.x
29+
- name: Use Node.js 16.x
3030
uses: actions/setup-node@master
3131
with:
32-
node-version: 14
32+
node-version: 16
3333

3434
- name: Load Yarn cache
3535
uses: actions/cache@v2

0 commit comments

Comments
 (0)