Skip to content

Commit 1c74f3c

Browse files
authored
Merge branch 'main' into npmPublish
2 parents e8885f8 + 5e3811b commit 1c74f3c

4 files changed

Lines changed: 206 additions & 251 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [20, 22]
17+
node-version: [22, 24]
1818
steps:
1919
- uses: actions/checkout@v6
2020
- name: Use Node.js ${{ matrix.node-version }}
@@ -25,7 +25,7 @@ jobs:
2525
- run: npm run build
2626
- run: npm run bundlesize
2727
- name: Save build
28-
if: matrix.node-version == 20
28+
if: matrix.node-version == 22
2929
uses: actions/upload-artifact@v7
3030
with:
3131
name: build
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v6
4343
- uses: actions/setup-node@v6
4444
with:
45-
node-version: 20
45+
node-version: 22
4646
- run: npm ci
4747
- run: npm run build:ghpages
4848
- uses: peaceiris/actions-gh-pages@v4
@@ -85,7 +85,7 @@ jobs:
8585
name: build
8686
- uses: actions/setup-node@v6
8787
with:
88-
node-version: 20
88+
node-version: 22
8989
registry-url: 'https://registry.npmjs.org'
9090
- name: Update npm to latest (required for OIDC)
9191
run: npm install -g npm@latest

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.19.2
1+
v22.22.0

0 commit comments

Comments
 (0)