Skip to content

Commit

Permalink
Increase Node versions
Browse files Browse the repository at this point in the history
Increase GitHub CI Node versions to 18 and 20 and recommended Node version to 20.
  • Loading branch information
t11r committed May 17, 2024
1 parent 43c4acf commit 697d2f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18]
node-version: [18, 20]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18]
node-version: [18, 20]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
node-version: [16, 18]
node-version: [18, 20]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20

0 comments on commit 697d2f2

Please sign in to comment.