9 Commits

Author SHA1 Message Date
github-actions[bot]
618a980988 Automatic compilation 2024-01-07 22:10:54 +00:00
Ryan
f75ac4b827 fix: support nix >= 2.19 (#18)
* fix: TypeError when pushing

* fix: compatibility with Nix 2.18
2024-01-07 22:00:22 +00:00
seth
6689ac7697 push: don't report failure on error (#16) 2023-12-14 11:12:23 +00:00
dependabot[bot]
4698511c85 chore(deps): bump DeterminateSystems/nix-installer-action from 5 to 7 (#13)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-08 14:21:59 +00:00
seth
7f0e30fedd chore: misc cleanups for flake and ci (#12) 2023-11-08 14:21:46 +00:00
Ryan Cao
40fa276ac0 chore: use Node v20 for nvm/fnm 2023-10-25 23:20:59 +08:00
dependabot[bot]
fae7bd1d97 chore(deps): bump actions/setup-node from 3 to 4 (#11)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-24 03:41:22 +00:00
dependabot[bot]
aa6bedf232 chore(deps): bump DeterminateSystems/nix-installer-action from 4 to 5 (#9) 2023-10-10 07:19:24 +08:00
Ryan Cao
6870271f1d feat!: node18 2023-09-15 15:37:51 +08:00
2 changed files with 6 additions and 26 deletions

View File

@@ -24,6 +24,6 @@ inputs:
required: false required: false
runs: runs:
using: "node16" using: "node20"
main: "dist/index.js" main: "dist/index.js"
post: "dist/index.js" post: "dist/index.js"

30
dist/index.js vendored

File diff suppressed because one or more lines are too long