We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91e243a commit 8614116Copy full SHA for 8614116
.github/workflows/continuous-integration.yaml
@@ -8,7 +8,7 @@ jobs:
8
- uses: actions/checkout@v4
9
- uses: actions/setup-node@v4
10
with:
11
- node-version: '20.19.0'
+ node-version: '22.14.0'
12
cache: 'yarn'
13
- run: yarn install --frozen-lockfile
14
- run: yarn run test
0 commit comments