We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4475311 commit 9ef99d6Copy full SHA for 9ef99d6
.github/workflows/rust.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
# Setup .npmrc file to publish to npm
11
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
12
with:
13
node-version: '18.x'
14
registry-url: 'https://registry.npmjs.org'
0 commit comments