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 8a1c514 commit d0049a1Copy full SHA for d0049a1
.github/workflows/ci.yaml
@@ -62,7 +62,7 @@ jobs:
62
- uses: actions/setup-node@v4
63
with:
64
node-version: ${{ matrix.node-version }}
65
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
66
67
path: ~/.cache/ms-playwright
68
key: playwright-${{ hashFiles('package-lock.json') }}
@@ -74,7 +74,7 @@ jobs:
74
75
name: test-fixtures-node${{ matrix.node-version }}
76
path: test/fixtures/
77
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
78
if: ${{ matrix.node-version == 22 }}
79
80
release:
0 commit comments