Skip to content

Commit

Permalink
remove 14.x as well, and add 22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Nov 27, 2024
1 parent 2b44371 commit 2f44747
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
matrix:
operating-system: [ubuntu-latest, macos-latest, windows-latest]
# Node 12.x is EOL as of April 2022: https://nodejs.org/en/blog/release/v12.13.0.
node-version: [14.x, 16.x, 18.x, 20.x]
# Node 14.x is EOL as of April 2023: https://nodejs.org/en/blog/release/v14.15.0.
# Node 22.x is now LTS: https://nodejs.org/en/blog/announcements/v22-release-announce
node-version: [16.x, 18.x, 20.x, 22.x]
# The 'setup-node' action has become unable to locate versions for macos ("darwin") on arm64
# for some reason. Processor architecture shouldn't affect any of our testing, so we can pin
# this for now.
Expand Down

0 comments on commit 2f44747

Please sign in to comment.