Skip to content

Commit e4e9843

Browse files
committed
Bump Node to 14 in release workflow
1 parent 5c00c3e commit e4e9843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Install Nodejs
107107
uses: actions/setup-node@v1
108108
with:
109-
node-version: 12.x
109+
node-version: 14.x
110110

111111
- name: Dist
112112
run: cargo xtask dist --client-patch-version $GITHUB_RUN_NUMBER
@@ -262,7 +262,7 @@ jobs:
262262
- name: Install Nodejs
263263
uses: actions/setup-node@v1
264264
with:
265-
node-version: 12.x
265+
node-version: 14.x
266266

267267
- run: echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
268268
if: github.ref == 'refs/heads/release'

0 commit comments

Comments
 (0)