Skip to content

Commit a2c5dee

Browse files
Bump action versions
1 parent cf4a25a commit a2c5dee

File tree

5 files changed

+3
-10
lines changed

5 files changed

+3
-10
lines changed

β€Ž.github/workflows/nodejs.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
node-version: [20.x, 22.x, 24.x]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v6
1919

2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v6
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424

β€Ž.husky/pre-commitβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm test -- --forbid-only --forbid-pending

β€Ž.husky/pre-pushβ€Ž

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npm test -- --forbid-only --forbid-pending

β€Ž.mocharc.jsonβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"reporter": "spec",
33
"color": true,
44
"full-trace": true,
5-
"experimental-fetch": false,
65
"timeout": 200,
76
"spec": "test/**/*-test.js"
87
}

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"types.d.ts"
5454
],
5555
"volta": {
56-
"node": "18.19.0"
56+
"node": "24.14.0"
5757
},
5858
"types": "types.d.ts"
5959
}

0 commit comments

Comments
Β (0)