Skip to content

Commit a7ef140

Browse files
Update GitHub CI to use Node.js 24 and ubuntu-24.04 (#5794)
1 parent eeb7e25 commit a7ef140

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ permissions:
1313
jobs:
1414
test:
1515
name: Test Cases
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
strategy:
1818
matrix:
19-
node-version: ['20.x']
19+
node-version: ['24.x']
2020
firefox-version: ['latest']
2121
steps:
2222
- name: Checkout Repo
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v6
2424

2525
- name: Use Node.js ${{ matrix['node-version'] }}
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version: ${{ matrix['node-version'] }}
2929
cache: 'npm'

0 commit comments

Comments
 (0)