Skip to content

Commit

Permalink
update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
serkonda7 committed Mar 1, 2024
1 parent 18653c1 commit 9c1252d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ outputs:
version:
description: The installed Bait version
runs:
using: node18
using: node20
main: dist/index.js
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "setup-bait-action",
"description": "",
"author": "bait-lang",
"version": "0.5.0",
"version": "0.5.1",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bait-lang/setup-bait-action.git"
},
"engines": {
"node": ">=18",
"node": ">=20",
"pnpm": ">=8"
},
"main": "src/setup-bait.js",
Expand Down

0 comments on commit 9c1252d

Please sign in to comment.