There was an error while loading. Please reload this page.
1 parent 6737cbe commit 384dde4Copy full SHA for 384dde4
1 file changed
.github/workflows/ci.yml
@@ -40,10 +40,8 @@ jobs:
40
matrix:
41
include:
42
- graphql: 17
43
- node: 24
44
- graphql: 16
45
- node: 22
46
- name: Test GraphQL ${{ matrix.graphql }} on Node ${{ matrix.node }}
+ name: Test GraphQL v${{ matrix.graphql }}
47
runs-on: ubuntu-latest
48
if: "!contains(github.event.head_commit.message, '[skip ci]')"
49
steps:
@@ -52,7 +50,7 @@ jobs:
52
50
- name: Set up Node
53
51
uses: actions/setup-node@v4
54
with:
55
- node-version: ${{ matrix.node }}
+ node-version-file: .nvmrc
56
cache: yarn
57
- name: Install GraphQL 17 baseline
58
if: matrix.graphql == 17
0 commit comments