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 a77d0ca commit 93196abCopy full SHA for 93196ab
.github/workflows/audit.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v5
15
- name: Setup Node.js
16
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
17
with:
18
node-version: ${{ matrix.node-version }}
19
- name: Audit npm packages
.github/workflows/node.js.yml
@@ -14,7 +14,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
20
- name: Display version information
0 commit comments