Skip to content

Commit

Permalink
removed unsupported node version from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfoolong committed Nov 23, 2023
1 parent b47997b commit eeb6599
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
tests:
strategy:
matrix:
node-version: [ '12.x', '14.x', '16.x', '18.x' ,'20.x' ,'latest' ]
node-version: [ '14.x', '16.x', '18.x' ,'20.x' ,'latest' ]
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"homepage": "https://github.com/brainfoolong/js-ascon",
"devDependencies": {
"typescript": "^5.3.2"
},
"engines" : {
"node" : ">=14.21.3"
}
}

0 comments on commit eeb6599

Please sign in to comment.