Skip to content

Commit

Permalink
chore: update CI Node versions
Browse files Browse the repository at this point in the history
This still supports Node 16, but requires Node 18 to build.
  • Loading branch information
karashiiro authored Jul 7, 2024
1 parent 9216f30 commit faa81ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16.x, 18.x]
node: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Install Node.js ${{ matrix.node }}
Expand Down

0 comments on commit faa81ac

Please sign in to comment.