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 74498ad commit a25b11dCopy full SHA for a25b11d
.github/workflows/ci.yml
@@ -18,9 +18,9 @@ jobs:
18
- '22'
19
20
steps:
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
- name: Setup Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
24
with:
25
cache: npm
26
node-version: ${{ matrix.node-version }}
@@ -37,12 +37,12 @@ jobs:
37
browser: [ChromeHeadless, FirefoxHeadless]
38
39
40
41
- name: Setup Node.js
42
43
44
45
- node-version: '18'
+ node-version: '22'
46
- run: npm install -g npm
47
- run: npm ci
48
- run: npm run test:browser -- --browsers ${{ matrix.browser }}
0 commit comments