Skip to content

Commit

Permalink
Merge pull request #37 from zentered/fix/packages
Browse files Browse the repository at this point in the history
fix: use node20 runtime, update packages
  • Loading branch information
PatrickHeneise authored Nov 9, 2023
2 parents 2c5c144 + fbd8a94 commit d7a078f
Show file tree
Hide file tree
Showing 19 changed files with 59,026 additions and 50,889 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm test
env:
GITHUB_REPOSITORY: zentered/issue-forms-body-parser-test
- run: npm run release
- run: npx semantic-release
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test
env:
GITHUB_REPOSITORY: zentered/issue-forms-body-parser-test

- run: npm run build

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ coverage
# environment variables file
.env
.secrets
.tap
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ outputs:
The extracted payload data from the issue body labels in JSON encoded form
runs:
main: action/index.js
using: node16
using: node20
Loading

0 comments on commit d7a078f

Please sign in to comment.