Skip to content

Commit

Permalink
remove 12.x EOL release line
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmicexplorer committed Nov 26, 2024
1 parent 1d34dcf commit 2b44371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, macos-latest, windows-latest]
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
# 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]
# 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 2b44371

Please sign in to comment.