Skip to content

Commit

Permalink
chore: update runtime to node20 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt authored Dec 9, 2023
1 parent cb603ca commit eef83bf
Show file tree
Hide file tree
Showing 9 changed files with 111,024 additions and 75,901 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ $ npm ci
$ npm run build
```

You **have** to use Node.js 16.x.
You **have** to use Node.js 20.x.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
required: false

runs:
using: "node16"
using: "node20"
main: "dist/index.js"
post: "dist/save/index.js"
post-if: "github.event.inputs.cache && success()"
122,793 changes: 70,357 additions & 52,436 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

63,149 changes: 40,535 additions & 22,614 deletions dist/save/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/save/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/save/sourcemap-register.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sourcemap-register.js

Large diffs are not rendered by default.

971 changes: 126 additions & 845 deletions package-lock.json

Large diffs are not rendered by default.

0 comments on commit eef83bf

Please sign in to comment.