Skip to content

Commit

Permalink
Merge pull request #157 from zentered/feat/node20
Browse files Browse the repository at this point in the history
feat: use node20
  • Loading branch information
PatrickHeneise authored May 14, 2024
2 parents 7980d62 + bf1607c commit 03056a9
Show file tree
Hide file tree
Showing 16 changed files with 35,834 additions and 8,054 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

16 changes: 0 additions & 16 deletions .eslintrc.json

This file was deleted.

13 changes: 5 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 'latest'
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- run: pnpm test
- run: pnpm build
node-version: 20
cache: 'npm'
- run: npm install
- run: npm test
- run: npm run build
- run: npx semantic-release
11 changes: 4 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 'latest'
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'pnpm'
- run: pnpm install
- run: pnpm test
node-version: 20
cache: 'npm'
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ outputs:
description: "A string with the unique URL of the deployment. If it hasn't finished uploading (is incomplete), the value will be null."
runs:
main: dist/index.js
using: node16
using: node20
1 change: 0 additions & 1 deletion dist/245.index.js.map

This file was deleted.

12 changes: 6 additions & 6 deletions dist/245.index.js → dist/37.index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 03056a9

Please sign in to comment.