Skip to content

Commit

Permalink
fix(CI): Bump node versions tested (#116)
Browse files Browse the repository at this point in the history
Version 14 and 16 of node are no longer in their maintenance window.
The two currently maintained lts versions of node are 18 and 20.
ref: https://nodejs.org/en/about/previous-releases
  • Loading branch information
IanEdington authored Apr 29, 2024
1 parent dc8cc23 commit c2e9c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_PR_merge_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit c2e9c00

Please sign in to comment.