Skip to content

Commit 0304e1d

Browse files
Patch karma-tap
1 parent d157778 commit 0304e1d

5 files changed

Lines changed: 392 additions & 25 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ permissions:
2222
jobs:
2323
build:
2424
name: Build
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout code
2828
uses: actions/checkout@v5
2929

3030
- name: Setup Node.js
3131
uses: actions/setup-node@v6
3232
with:
33-
node-version: '22'
33+
node-version: 'lts/*'
3434
cache: 'npm'
3535

3636
- name: npm ci
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Chrome
4040
uses: browser-actions/setup-chrome@19ae4b339ee18925ab85cf12c1041150ea4a44c8 # v1
4141
with:
42-
chrome-version: '116'
42+
chrome-version: '125'
4343
- name: Set CHROME_BIN
4444
run: echo "CHROME_BIN=$(which chrome)" >> $GITHUB_ENV
4545

0 commit comments

Comments
 (0)