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.
2 parents f4fa2f9 + dd059fe commit c4559a3Copy full SHA for c4559a3
.github/workflows/browserstack.yml
@@ -35,7 +35,7 @@ jobs:
35
ref: ${{ github.event.pull_request.head.sha || github.ref }}
36
37
- name: Setup Node
38
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
39
with:
40
node-version: ${{ env.NODE_VERSION }}
41
cache: npm
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/checkout@v4
49
50
51
52
53
54
0 commit comments