Skip to content

Commit 2f44747

Browse files
remove 14.x as well, and add 22.x
1 parent 2b44371 commit 2f44747

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/continuous-integration.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
matrix:
1313
operating-system: [ubuntu-latest, macos-latest, windows-latest]
1414
# Node 12.x is EOL as of April 2022: https://nodejs.org/en/blog/release/v12.13.0.
15-
node-version: [14.x, 16.x, 18.x, 20.x]
15+
# Node 14.x is EOL as of April 2023: https://nodejs.org/en/blog/release/v14.15.0.
16+
# Node 22.x is now LTS: https://nodejs.org/en/blog/announcements/v22-release-announce
17+
node-version: [16.x, 18.x, 20.x, 22.x]
1618
# The 'setup-node' action has become unable to locate versions for macos ("darwin") on arm64
1719
# for some reason. Processor architecture shouldn't affect any of our testing, so we can pin
1820
# this for now.

0 commit comments

Comments
 (0)