Skip to content

Commit

Permalink
Merge pull request #51 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 ed97e8f + a4103c3 commit 11f255e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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, 20 ]
node: [ 20 ]
name: Linting 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, 20 ]
node: [ 20 ]
name: Prettier on Ubuntu with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-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, 20 ]
node: [ 20, 22 ]
name: Run tests on Ubuntu with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node: [ 18, 20 ]
node: [ 20, 22 ]
name: Run tests on Windows with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@
"trailingComma": "none"
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"peerDependencies": {
"eslint": ">=7"
},
"volta": {
"node": "20.16.0",
"node": "20.18.0",
"yarn": "1.22.22"
}
}

0 comments on commit 11f255e

Please sign in to comment.