Skip to content

Commit 6105cc2

Browse files
Update autorun-npm-audit-fix workflow: checkout@v6, setup-node@v6, node lts/* (#185)
1 parent 5647fe4 commit 6105cc2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/autorun-npm-audit-fix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
working-directory: ./
1616
steps:
1717
- name: Check out repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
- name: Set up node
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v6
2121
with:
22-
node-version: '18'
22+
node-version: 'lts/*'
2323
- name: Get whether autorun-npm-audit-fix branch exists
2424
run: |
2525
echo "Getting whether autorun-npm-audit-fix branch exists"

0 commit comments

Comments
 (0)