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 dcf358e commit aad22fbCopy full SHA for aad22fb
.github/workflows/test.yml
@@ -82,7 +82,7 @@ jobs:
82
${{ steps.docker-build-test.outputs.imageid }}
83
- uses: actions/setup-node@v5
84
with:
85
- node-version: 22
+ node-version: 24
86
- name: Install Playwright Browsers
87
run: ./bin/install-playwright
88
- name: Run Playwright tests
@@ -112,7 +112,7 @@ jobs:
112
- uses: actions/checkout@v5
113
114
115
- node-version: '22'
+ node-version: '24'
116
- run: npm install
117
- run: apt-get update && apt-get -y install libcmark-dev
118
- name: Install Carton
0 commit comments