Skip to content

Commit

Permalink
ops: specify version of NodeJS that asdf supports
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr committed Nov 20, 2024
1 parent 6704530 commit 020b7e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: setup node v20
uses: actions/setup-node@v4
with:
node-version: 20.18.1 # match .tool-versions file
node-version: 20.18.0 # match .tool-versions file
- name: install
run: npm ci
- name: tests
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.18.1
nodejs 20.18.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:watch": "vitest --watch"
},
"engines": {
"node": ">=20.0.0"
"node": ">=20.18.0"
},
"keywords": [
"AWS Lambda",
Expand Down

0 comments on commit 020b7e5

Please sign in to comment.