Skip to content

Commit

Permalink
Build on Node 20, drop 14
Browse files Browse the repository at this point in the history
Node 14 is EOL, and Node 20 is now the current version.

Run tests on Node 20 instead of Node 14
  • Loading branch information
oporkka committed May 4, 2023
1 parent 9f177dd commit 307165a
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: [14, 16, 18]
node-version: [16, 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 307165a

Please sign in to comment.