Skip to content

Commit 31f29ef

Browse files
committed
Use v6 GitHub actions in audit workflow.
This switches checkout and setup-node to v6 and removes the temporary FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 override now that the workflow uses current action majors. Made-with: Cursor
1 parent 1f93c23 commit 31f29ef

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/audit.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
name: Check npm audit
2222
runs-on: ${{ matrix.os }}
2323
timeout-minutes: 30
24-
env:
25-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
2624
strategy:
2725
fail-fast: false
2826
max-parallel: 4
@@ -31,7 +29,7 @@ jobs:
3129

3230
steps:
3331
- name: Checkout Code
34-
uses: actions/checkout@v5
32+
uses: actions/checkout@v6
3533
with:
3634
fetch-depth: 0
3735

@@ -49,7 +47,7 @@ jobs:
4947
${{ runner.os }}-
5048
5149
- name: Setup Node 24.x
52-
uses: actions/setup-node@v5
50+
uses: actions/setup-node@v6
5351
with:
5452
node-version: "24.x"
5553

0 commit comments

Comments
 (0)