Skip to content

Commit 505d3e8

Browse files
committed
ci: install dependencies & use Node v24
1 parent e782bfd commit 505d3e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [20.x, 22.x]
16+
node-version: [24.x]
1717
fail-fast: false
1818
steps:
1919
- name: Harden Runner
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: checkout
2525
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+
- name: Install dependencies
27+
run: npm install --ignore-scripts
2628
- name: "@nodesecure/ci analysis"
2729
uses: ./
2830
with:

0 commit comments

Comments
 (0)