Skip to content

Commit 23413f2

Browse files
committed
fix
1 parent ebabfb3 commit 23413f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
- name: Setup Node
2020
uses: actions/setup-node@v3
2121
with:
22-
# unit tests with Karma are failing with Node 20/22
23-
node-version: '18'
22+
node-version: '22'
2423
- name: Install dependencies
2524
# run: npm ci
2625
run: npm install --force

0 commit comments

Comments
 (0)