Skip to content

Commit b906aff

Browse files
committed
Revert "feat!: run the action on Node.js 24 (#205)"
This reverts commit 9b5745c.
1 parent 9b5745c commit b906aff

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ outputs:
3737
bin_dest:
3838
description: Location of `pnpm` and `pnpx` command
3939
runs:
40-
using: node24
40+
using: node20
4141
main: dist/index.js
4242
post: dist/index.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@actions/exec": "^1.1.1",
1313
"@actions/glob": "^0.5.0",
1414
"@types/expand-tilde": "^2.0.2",
15-
"@types/node": "^22.0.0",
15+
"@types/node": "^20.11.5",
1616
"expand-tilde": "^2.0.2",
1717
"yaml": "^2.3.4",
1818
"zod": "^3.22.4"

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)