Skip to content

Commit aad22fb

Browse files
committed
Try bumping node version from 22 to 24
1 parent dcf358e commit aad22fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
${{ steps.docker-build-test.outputs.imageid }}
8383
- uses: actions/setup-node@v5
8484
with:
85-
node-version: 22
85+
node-version: 24
8686
- name: Install Playwright Browsers
8787
run: ./bin/install-playwright
8888
- name: Run Playwright tests
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@v5
113113
- uses: actions/setup-node@v5
114114
with:
115-
node-version: '22'
115+
node-version: '24'
116116
- run: npm install
117117
- run: apt-get update && apt-get -y install libcmark-dev
118118
- name: Install Carton

0 commit comments

Comments
 (0)