Skip to content

Commit a25b11d

Browse files
committed
update actions
1 parent 74498ad commit a25b11d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- '22'
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Setup Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v2
23+
uses: actions/setup-node@v4
2424
with:
2525
cache: npm
2626
node-version: ${{ matrix.node-version }}
@@ -37,12 +37,12 @@ jobs:
3737
browser: [ChromeHeadless, FirefoxHeadless]
3838

3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
- name: Setup Node.js
42-
uses: actions/setup-node@v2
42+
uses: actions/setup-node@v4
4343
with:
4444
cache: npm
45-
node-version: '18'
45+
node-version: '22'
4646
- run: npm install -g npm
4747
- run: npm ci
4848
- run: npm run test:browser -- --browsers ${{ matrix.browser }}

0 commit comments

Comments
 (0)