Skip to content

Commit

Permalink
CI: Drop Node.js v14 tests
Browse files Browse the repository at this point in the history
Adds Node.js v20 in its place.

v14 is now out of support.

BREAKING: Drops support for Node.js v14.
  • Loading branch information
daniel-ac-martin committed Aug 12, 2023
1 parent 4f325bf commit 9853662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/change-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '16', '18' ]
node: [ '16', '18', '20' ]
steps:

- name: Check out repository
Expand Down

1 comment on commit 9853662

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please # to comment.