Skip to content

Commit

Permalink
use node 21 for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Apr 2, 2024
1 parent 2935acb commit 618c91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
node-version: "21.x"
cache: "yarn"
- run: yarn install --immutable
- run: yarn workspaces foreach --all --include "@apollo/*" add -D -P @apollo/client@${{ matrix.version }}
Expand Down

0 comments on commit 618c91c

Please sign in to comment.