Skip to content

Commit 7a52162

Browse files
authored
Node.js 25 (#3889)
1 parent 12fb93e commit 7a52162

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
test:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
13-
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
12+
- uses: actions/checkout@v5
13+
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 24
15+
node-version: 25
1616
check-latest: true
1717
- name: npm install
1818
run: npm i
@@ -34,7 +34,7 @@ jobs:
3434
run: node --run test
3535
timeout-minutes: 4
3636
- name: Upload coverage
37-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
37+
uses: codecov/codecov-action@v5
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}
4040
- name: Deploy gh-pages

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@linaria/core": "^6.3.0",
5959
"@tanstack/react-router": "^1.132.31",
6060
"@tanstack/router-plugin": "^1.132.31",
61-
"@types/node": "^24.6.2",
61+
"@types/node": "^24.8.0",
6262
"@types/react": "^19.2.0",
6363
"@types/react-dom": "^19.2.0",
6464
"@typescript-eslint/eslint-plugin": "^8.39.1",

0 commit comments

Comments
 (0)