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 8604e87 commit f6a27bfCopy full SHA for f6a27bf
.github/workflows/browsers.yml
@@ -10,11 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - name: Use Node.js
14
- uses: actions/setup-node@v3
15
- with: { node-version: 18 }
16
- name: Cache BrowserStackLocal
17
- uses: actions/cache@v1
+ uses: actions/cache@v4
18
with:
19
path: ~/.browserstack
20
key: bsl-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
0 commit comments