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 9ea1cc2 commit 035c9a9Copy full SHA for 035c9a9
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v5
31
- name: Set up Node.js
32
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
33
with:
34
node-version: ${{ env.NPM_VERSION }}
35
cache: npm
.github/workflows/codeql.yml
@@ -43,7 +43,7 @@ jobs:
43
languages: ${{ matrix.language }}
44
45
46
47
48
49
cache: "npm"
0 commit comments