Skip to content

Commit d7a078f

Browse files
Merge pull request #37 from zentered/fix/packages
fix: use node20 runtime, update packages
2 parents 2c5c144 + fbd8a94 commit d7a078f

19 files changed

Lines changed: 59026 additions & 50889 deletions

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: 20
2525
cache: 'npm'
2626
- run: npm ci
2727
- run: npm test
28+
env:
29+
GITHUB_REPOSITORY: zentered/issue-forms-body-parser-test
2830
- run: npm run release
2931
- run: npx semantic-release

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-node@v4
2121
with:
22-
node-version: 18
22+
node-version: 20
2323
cache: 'npm'
2424
- run: npm ci
2525
- run: npm run lint
2626
- run: npm test
27+
env:
28+
GITHUB_REPOSITORY: zentered/issue-forms-body-parser-test
2729

2830
- run: npm run build
2931

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ coverage
3636
# environment variables file
3737
.env
3838
.secrets
39+
.tap

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ outputs:
1515
The extracted payload data from the issue body labels in JSON encoded form
1616
runs:
1717
main: action/index.js
18-
using: node16
18+
using: node20

0 commit comments

Comments
 (0)