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 11, 2023
1 parent 9fa388e commit 1b921b4
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 @@ -22,7 +22,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 1b921b4

@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 sign in to comment.