We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1a5aa commit 3b0dcf4Copy full SHA for 3b0dcf4
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis (SonarCloud)
16
- name: Use Node.js
17
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
18
19
cache: npm
20
node-version: 16
.github/workflows/npmpublish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v3
12
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
13
registry-url: https://registry.npmjs.org/
0 commit comments