Skip to content

Commit ab716d8

Browse files
committed
update workflow
1 parent 6e27f30 commit ab716d8

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,18 @@ jobs:
2121
if: ${{ matrix.browser == 'firefox' }}
2222
run: brew install --cask firefox
2323
- name: Checkout Branch
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
- name: Setup Node
26-
uses: actions/setup-node@v3
26+
uses: actions/setup-node@v4
2727
with:
28-
node-version: 23.6.1
29-
- name: Install
30-
run: npm install
28+
node-version: '23.x'
29+
- name: Install Node Packages
30+
run: npm ci
31+
- name: Cache jsvu Binaries
32+
uses: actions/cache@v4
33+
with:
34+
path: |
35+
~/.jsvu
3136
- name: Run tests
3237
run: |
3338
echo "Running in $BROWSER"

0 commit comments

Comments
 (0)