Skip to content

Commit

Permalink
Update node to current lts
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Jun 3, 2024
1 parent 5f85b44 commit 9ace221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 16
node-version: 20
check-latest: true
cache: npm

Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 16
node-version: 20
check-latest: true
cache: npm

Expand All @@ -60,7 +60,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: 16
node-version: 20
check-latest: true
cache: npm

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"private": true,
"engines": {
"node": "16.x",
"node": ">=20.0.0",
"yarn": "YARN NO LONGER USED - use npm instead."
}
}

0 comments on commit 9ace221

Please sign in to comment.