Skip to content

Commit

Permalink
renable CI on latest node 20 instead of pined 20.5 (#2996)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmrysMyrddin authored Sep 12, 2023
1 parent 4128771 commit 28395b8
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 @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16, 18, '20.5']
node-version: [16, 18, 20]
graphql-version: ['15.8.0', '16.6.0']
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 28395b8

Please sign in to comment.