Skip to content

Commit 4b6b17a

Browse files
committed
chore: bump node16 to node20
1 parent 3e97449 commit 4b6b17a

File tree

5 files changed

+2653
-2124
lines changed

5 files changed

+2653
-2124
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 18
14+
node-version: 20
1515

1616
- run: npm install
1717
- run: npm run build

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx --no lint-staged
52
git add dist/

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ outputs:
4848
description: ''
4949

5050
runs:
51-
using: 'node16'
51+
using: 'node20'
5252
main: 'dist/index.js'
5353

5454
branding:

0 commit comments

Comments
 (0)