Skip to content

Commit af64ce3

Browse files
committed
ci: fix security scans node setup
1 parent f51d4c4 commit af64ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-scans.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version-file: web/.nvmrc
26+
node-version: '20'
2727
cache: 'npm'
2828
cache-dependency-path: |
2929
web/package-lock.json

0 commit comments

Comments
 (0)