Skip to content

Commit 828ed35

Browse files
chore(deps): update external major
1 parent 729c184 commit 828ed35

File tree

3 files changed

+707
-768
lines changed

3 files changed

+707
-768
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v5
2020
- name: Use Node.js 20.x
21-
uses: actions/setup-node@v5
21+
uses: actions/setup-node@v6
2222
with:
23-
node-version: '22.x'
23+
node-version: '24.x'
2424
- name: setup .npmrc
2525
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
2626
- run: npm install
@@ -38,9 +38,9 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v5
4040
- name: Use Node.js 20.x
41-
uses: actions/setup-node@v5
41+
uses: actions/setup-node@v6
4242
with:
43-
node-version: '22.x'
43+
node-version: '24.x'
4444
- name: setup .npmrc
4545
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
4646
- run: npm install
@@ -74,9 +74,9 @@ jobs:
7474
steps:
7575
- uses: actions/checkout@v5
7676
- name: Use Node.js 20.x
77-
uses: actions/setup-node@v5
77+
uses: actions/setup-node@v6
7878
with:
79-
node-version: '22.x'
79+
node-version: '24.x'
8080
- name: setup .npmrc
8181
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
8282
- run: npm install

0 commit comments

Comments
 (0)