We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e54d41 commit 869efe2Copy full SHA for 869efe2
.github/workflows/release.yaml
@@ -58,7 +58,7 @@ jobs:
58
59
steps:
60
- name: Checkout repository
61
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
62
with:
63
fetch-depth: ${{ env.FETCH_DEPTH }}
64
@@ -69,9 +69,9 @@ jobs:
69
rustup component add rust-src
70
71
- name: Install Node.js
72
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
73
74
- node-version: 16
+ node-version: 18
75
76
- name: Update apt repositories
77
if: matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -181,7 +181,7 @@ jobs:
181
- name: Install Nodejs
182
uses: actions/setup-node@v4
183
184
- node-version: 18
+ node-version: 20
185
186
- run: echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
187
if: github.ref == 'refs/heads/release'
0 commit comments