Skip to content

Commit

Permalink
dropping node v14 support
Browse files Browse the repository at this point in the history
On v14, node does not seem to support npm access to Github via Github Actions -- or, at least not easily.

This can be reverted once we target a particular alpha of graphql that is published to npm.

See: actions/setup-node#214
  • Loading branch information
yaacovCR committed Jan 20, 2023
1 parent 96f08aa commit 7f4a96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version_to_setup: [14, 16, 18]
node_version_to_setup: [16, 18]
permissions:
contents: read # for actions/checkout
steps:
Expand Down

0 comments on commit 7f4a96a

Please sign in to comment.