Skip to content

Commit ebabfb3

Browse files
committed
try node 18
1 parent 274ba3f commit ebabfb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

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

0 commit comments

Comments
 (0)