Skip to content

Commit 31f556f

Browse files
committed
Fix node version
1 parent c7aa633 commit 31f556f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/canary-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: setup Node
4545
uses: actions/setup-node@v2
4646
with:
47-
node-version: 14.x
47+
node-version: 16.x
4848
registry-url: 'https://registry.npmjs.org'
4949
- name: install
5050
run: yarn

.github/workflows/create-release-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 14
25+
node-version: 16
2626
registry-url: 'https://npm.pkg.github.com'
2727
- name: Install
2828
run: yarn install

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node ${{ matrix.node_version }}
2222
uses: actions/setup-node@v2
2323
with:
24-
node-version: 14
24+
node-version: 16
2525
registry-url: 'https://npm.pkg.github.com'
2626
- name: Git Identity
2727
run: |

0 commit comments

Comments
 (0)