Skip to content

Commit

Permalink
Merge pull request #497 from thornbill/sync-node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill authored Jun 14, 2024
2 parents b264916 + 9ace221 commit dbb67df
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@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 14
node-version: 20
check-latest: true
cache: npm

Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 14
node-version: 20
check-latest: true
cache: npm

Expand All @@ -60,7 +60,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 14
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 dbb67df

Please sign in to comment.