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 5647fe4 commit 6105cc2Copy full SHA for 6105cc2
1 file changed
.github/workflows/autorun-npm-audit-fix.yml
@@ -15,11 +15,11 @@ jobs:
15
working-directory: ./
16
steps:
17
- name: Check out repository
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
19
- name: Set up node
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
21
with:
22
- node-version: '18'
+ node-version: 'lts/*'
23
- name: Get whether autorun-npm-audit-fix branch exists
24
run: |
25
echo "Getting whether autorun-npm-audit-fix branch exists"
0 commit comments