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 2912352 commit b05802aCopy full SHA for b05802a
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Use Node
33
id: setup-node
34
- uses: actions/setup-node@v4.3.0
+ uses: actions/setup-node@v4.4.0
35
with:
36
node-version: 16.x
37
cache: 'npm'
@@ -79,7 +79,7 @@ jobs:
79
80
81
82
83
env:
84
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
85
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
config-file: ./.github/codeql/codeql-config.yml
26
27
28
29
30
0 commit comments