Skip to content

Commit

Permalink
Merge pull request #131 from sfdctaka/node20
Browse files Browse the repository at this point in the history
chore: upgrade to node >=20
  • Loading branch information
sfdctaka authored Nov 4, 2024
2 parents 5d27446 + 23ce874 commit 1c62a6e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18 ]
node: [ 20 ]
name: ESLint on Ubuntu with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18 ]
node: [ 20 ]
name: Prettier on Ubuntu with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down
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:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 18 ]
node: [ 20, 22 ]
name: Tests Pass on Ubuntu with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
},
"dependencies": {},
"engines": {
"node": ">=18"
"node": ">=20"
},
"volta": {
"node": "20.18.0"
},
"workspaces": [
"projects/*",
Expand Down

0 comments on commit 1c62a6e

Please sign in to comment.