Skip to content

Commit

Permalink
ci: add test with node runtime 18 and 20 (#259)
Browse files Browse the repository at this point in the history
GH action is only running on node 14 and 16 - which are both fully outdated and end-of-life.
  • Loading branch information
lowsky authored Jun 19, 2024
1 parent c2ffc84 commit f720314
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit f720314

Please # to comment.