Skip to content

Commit

Permalink
Drop node 16 from builds (#224)
Browse files Browse the repository at this point in the history
Node16 is EOL and does not need to be used in builds
  • Loading branch information
oporkka committed Sep 14, 2023
1 parent 4c7c50e commit 945a2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18, 20]
node-version: [18, 20]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
graphql-version: [15, 16, 17.0.0-alpha.2]

Expand Down

0 comments on commit 945a2e9

Please sign in to comment.