Skip to content

Commit

Permalink
chore: force node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaroraminelli-cb committed Jan 17, 2024
1 parent 6a89a6e commit fa4546d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/salus-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set the correct Node version using nvm
shell: bash -l {0}
run: nvm install
- name: Salus Scan
id: salus_scan
uses: federacy/[email protected]
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,5 @@
"type": "commonjs",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"packageManager": "[email protected]",
"engines": {
"node": "^18.14"
}
"packageManager": "[email protected]"
}

0 comments on commit fa4546d

Please sign in to comment.