chore(tests): need to use more recent node version in browser test
This commit is contained in:
parent
32a1ad3dcb
commit
c9f70ffa65
2
.github/workflows/browser-testing.yml
vendored
2
.github/workflows/browser-testing.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18.9.0
|
||||
node-version: latest
|
||||
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v3
|
||||
|
Loading…
Reference in New Issue
Block a user