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 274ba3f commit ebabfb3Copy full SHA for ebabfb3
.github/workflows/main.yml
@@ -19,8 +19,8 @@ jobs:
19
- name: Setup Node
20
uses: actions/setup-node@v3
21
with:
22
- # unit tests with Karma are failing with Node 22
23
- node-version: '20'
+ # unit tests with Karma are failing with Node 20/22
+ node-version: '18'
24
- name: Install dependencies
25
# run: npm ci
26
run: npm install --force
0 commit comments