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 5b228a8 commit ecf572fCopy full SHA for ecf572f
.github/workflows/deployment.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
node-version: 18
31
- uses: microsoft/playwright-github-action@v1
32
- - uses: actions/cache@v1
+ - uses: actions/cache@v3
33
34
path: ~/.npm
35
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -42,7 +42,7 @@ jobs:
42
tag:
43
name: "Publishing release"
44
if: github.event_name != 'pull_request'
45
- needs:
+ needs:
46
- tests
47
runs-on: mulesoft-ubuntu
48
steps:
@@ -54,7 +54,7 @@ jobs:
54
55
node-version: '18.x'
56
registry-url: 'https://registry.npmjs.org'
57
58
59
60
0 commit comments