about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2021-12-04 12:45:08 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2021-12-04 12:45:08 +0200
commite4e984325b8cba207aad1c865a196218288604cc (patch)
tree590ffdf94ec2c0e2789fb9604ca7de222040f2bc
parent5c00c3e8d4149842b088b3e922bfc0dcc2676290 (diff)
downloadrust-e4e984325b8cba207aad1c865a196218288604cc.tar.gz
rust-e4e984325b8cba207aad1c865a196218288604cc.zip
Bump Node to 14 in release workflow
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index f0ff7d71fc7..e2a2d98a366 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -106,7 +106,7 @@ jobs:
     - name: Install Nodejs
       uses: actions/setup-node@v1
       with:
-        node-version: 12.x
+        node-version: 14.x
 
     - name: Dist
       run: cargo xtask dist --client-patch-version $GITHUB_RUN_NUMBER
@@ -262,7 +262,7 @@ jobs:
     - name: Install Nodejs
       uses: actions/setup-node@v1
       with:
-        node-version: 12.x
+        node-version: 14.x
 
     - run: echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
       if: github.ref == 'refs/heads/release'