Skip to content

Commit e0f87c6

Browse files
committed
node20
1 parent 2c2aa4e commit e0f87c6

File tree

4 files changed

+426
-683
lines changed

4 files changed

+426
-683
lines changed

.github/workflows/report_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# To use this repository's private action,
2626
# you must check out the repository
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828

2929
- run: npm ci --no-fund --no-audit --no-progress
3030
- run: npm run checks

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ inputs:
2525
required: false
2626
default: '.'
2727
runs:
28-
using: 'node16'
28+
using: 'node20'
2929
main: 'dist/index.js'

0 commit comments

Comments
 (0)