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 6644468 commit 0a6e426Copy full SHA for 0a6e426
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/setup-node@v4
13
with:
14
always-auth: true
15
- node-version: 24
+ node-version: 22
16
cache: 'yarn'
17
registry-url: 'https://registry.npmjs.org/'
18
- name: Install dependencies
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
19
- node: [20, 22, 24]
+ node: [20, 22]
20
steps:
21
- uses: actions/checkout@v4
22
- uses: actions/setup-node@v4
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
0 commit comments