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 ec4f114 commit 2c8b2e2Copy full SHA for 2c8b2e2
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
node-version: ${{ matrix.node }}
23
- run: yarn install --frozen-lockfile --check-files
24
- run: yarn lerna run prepare --stream
25
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
26
with:
27
path: "*"
28
key: v2-${{ github.sha }}-${{ matrix.node }}
@@ -45,7 +45,7 @@ jobs:
45
]
46
name: Test ${{ matrix.package }} on Node ${{ matrix.node }}
47
steps:
48
49
50
51
0 commit comments