Unnamed repository; edit this file 'description' to name the repository.
Use Node 16 in CI workflows
Laurențiu Nicola 2022-08-12
parent cee1e15 · commit 1ce9783
-rw-r--r--.github/workflows/ci.yaml2
-rw-r--r--.github/workflows/release.yaml6
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 0c81ff0789..a70252fa65 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -101,7 +101,7 @@ jobs:
- name: Install Nodejs
uses: actions/setup-node@v1
with:
- node-version: 14.x
+ node-version: 16.x
- name: Install xvfb
if: matrix.os == 'ubuntu-latest'
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index ca8eb1309d..d5d8df2345 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -68,7 +68,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
- node-version: 14.x
+ node-version: 16.x
- name: Update apt repositories
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -133,7 +133,7 @@ jobs:
container:
image: rust:alpine
volumes:
- - /usr/local/cargo/registry
+ - /usr/local/cargo/registry:/usr/local/cargo/registry
steps:
- name: Install dependencies
@@ -176,7 +176,7 @@ jobs:
- name: Install Nodejs
uses: actions/setup-node@v1
with:
- node-version: 14.x
+ node-version: 16.x
- run: echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
if: github.ref == 'refs/heads/release'