Skip to content

Commit 0a6e426

Browse files
committed
chore: wait for running the pipelines with node 24 until full support
1 parent 6644468 commit 0a6e426

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-node@v4
1313
with:
1414
always-auth: true
15-
node-version: 24
15+
node-version: 22
1616
cache: 'yarn'
1717
registry-url: 'https://registry.npmjs.org/'
1818
- name: Install dependencies

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node: [20, 22, 24]
19+
node: [20, 22]
2020
steps:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-node@v4
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
strategy:
3535
matrix:
36-
node: [20, 22, 24]
36+
node: [20, 22]
3737
steps:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)