Skip to content

Commit f982c76

Browse files
committed
Auto merge of rust-lang#13007 - lnicola:node-16, r=lnicola
Use Node 16 on CI and upgrade lockfile version Code is on 16 too, there's hopefully no need to keep using the old version.
2 parents cee1e15 + 19da032 commit f982c76

File tree

3 files changed

+3966
-16
lines changed

3 files changed

+3966
-16
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
- name: Install Nodejs
102102
uses: actions/setup-node@v1
103103
with:
104-
node-version: 14.x
104+
node-version: 16.x
105105

106106
- name: Install xvfb
107107
if: matrix.os == 'ubuntu-latest'

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install Node.js
6969
uses: actions/setup-node@v1
7070
with:
71-
node-version: 14.x
71+
node-version: 16.x
7272

7373
- name: Update apt repositories
7474
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -133,7 +133,7 @@ jobs:
133133
container:
134134
image: rust:alpine
135135
volumes:
136-
- /usr/local/cargo/registry
136+
- /usr/local/cargo/registry:/usr/local/cargo/registry
137137

138138
steps:
139139
- name: Install dependencies
@@ -176,7 +176,7 @@ jobs:
176176
- name: Install Nodejs
177177
uses: actions/setup-node@v1
178178
with:
179-
node-version: 14.x
179+
node-version: 16.x
180180

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

0 commit comments

Comments
 (0)