Skip to content

Commit

Permalink
build(node): downgrade to node20
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Dec 6, 2024
1 parent 10403f2 commit 095249b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22
20
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ inputs:
required: false

runs:
using: node22
using: node20
main: dist/index.js
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "UNLICENSED",
"main": "lib/index.js",
"engines": {
"node": ">=22.0.0"
"node": "^20"
},
"scripts": {
"build": "rm -rf lib && tsc --build ./tsconfig.build.json",
Expand Down

0 comments on commit 095249b

Please sign in to comment.