We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9031582 + 869efe2 commit e265e3dCopy full SHA for e265e3d
.github/workflows/release.yaml
@@ -59,7 +59,7 @@ jobs:
59
60
steps:
61
- name: Checkout repository
62
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
63
with:
64
fetch-depth: ${{ env.FETCH_DEPTH }}
65
@@ -78,9 +78,9 @@ jobs:
78
rustup component add rust-src
79
80
- name: Install Node.js
81
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
82
83
- node-version: 16
+ node-version: 18
84
85
- name: Update apt repositories
86
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -190,7 +190,7 @@ jobs:
190
- name: Install Nodejs
191
uses: actions/setup-node@v4
192
193
- node-version: 18
+ node-version: 20
194
195
- run: echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
196
if: github.ref == 'refs/heads/release'
0 commit comments