There was an error while loading. Please reload this page.
1 parent aceaa69 commit 54c8628Copy full SHA for 54c8628
3 files changed
.github/workflows/publish.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v6
24
- uses: actions/setup-node@v6
25
with:
26
- node-version: '22'
+ node-version: '24'
27
registry-url: 'https://registry.npmjs.org'
28
- run: npm install -g npm
29
- run: npm --version
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
- node-version: 22
+ node-version: 24
- run: npm ci
- name: Create Release Pull Request
uses: changesets/action@v1
.github/workflows/run-checks.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
node-version:
18
- - '20.x'
+ - '24.x'
- '25.x'
steps:
- name: Checkout
0 commit comments