We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2bf55 commit ef12e4dCopy full SHA for ef12e4d
.github/workflows/node.js.yml
@@ -51,9 +51,9 @@ jobs:
51
uses: actions/cache@v4
52
with:
53
path: ~/.npm
54
- key: ${{ runner.os }}-node22-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
+ key: ${{ runner.os }}-node${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }}
55
restore-keys: |
56
- ${{ runner.os }}-node22-${{ matrix.node }}
+ ${{ runner.os }}-node${{ matrix.node }}-
57
- run: npm ci --legacy-peer-deps
58
- run: npm run test:coverage
59
0 commit comments