Skip to content

Commit d081182

Browse files
bors[bot]lnicola
andauthored
Merge #10926
10926: minor: Bump Node to 14 in release workflow r=lnicola a=lnicola bors r+ Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 5c00c3e + e4e9843 commit d081182

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)