Skip to content

Commit 92d4c09

Browse files
remove 12.x EOL release line
1 parent fc22b65 commit 92d4c09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
strategy:
1212
matrix:
1313
operating-system: [ubuntu-latest, macos-latest, windows-latest]
14-
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
14+
# 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]
1516
# The 'setup-node' action has become unable to locate versions for macos ("darwin") on arm64
1617
# for some reason. Processor architecture shouldn't affect any of our testing, so we can pin
1718
# this for now.

0 commit comments

Comments
 (0)