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 b698131 commit 6a89a6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/salus-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on: [pull_request, push]
jobs:
scan:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Salus Scan
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
"type": "commonjs",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"engines": {
"node": "^18.14"
}
}

0 comments on commit 6a89a6e

Please sign in to comment.