Skip to content

Commit f6a27bf

Browse files
ci: Update versions in Browsers action
1 parent 8604e87 commit f6a27bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/browsers.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- name: Use Node.js
14-
uses: actions/setup-node@v3
15-
with: { node-version: 18 }
1613
- name: Cache BrowserStackLocal
17-
uses: actions/cache@v1
14+
uses: actions/cache@v4
1815
with:
1916
path: ~/.browserstack
2017
key: bsl-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)