Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node20 upgrade #110

Merged
merged 11 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -2,7 +2,8 @@ node_modules
*.log
/dist/*
!/dist/index.js
!/dist/pnpm.js
!/dist/pnpm.cjs
!/dist/worker.js
tmp
temp
*.tmp
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -24,6 +24,6 @@ inputs:
required: false
default: 'false'
runs:
using: node16
using: node20
main: dist/index.js
post: dist/index.js
8 changes: 4 additions & 4 deletions dist/index.js

Large diffs are not rendered by default.