Skip to content

Commit

Permalink
chore: Use Node.js LTS everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed May 7, 2024
1 parent c3b994b commit d81589d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- args: [--frozen-lockfile]
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: 16.x
node-version: lts/*
cache: pnpm
- name: Install dependencies
run: pnpm install --ignore-scripts --frozen-lockfile
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@
"vitest": "^1.6.0",
"wait-for-expect": "^3.0.2"
},
"engines": {
"node": ">=20"
},
"jest": {
"verbose": true,
"transform": {
Expand Down

0 comments on commit d81589d

Please sign in to comment.