Skip to content

Commit

Permalink
Bump node and action versions
Browse files Browse the repository at this point in the history
Signed-off-by: davidmirror-ops <david [email protected]>
  • Loading branch information
davidmirror-ops committed Nov 1, 2023
1 parent 230cd07 commit 5cee1f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ build:
'--define:process.env.NODE_ENV="production"' \
--outdir=dist \
--platform=node \
--target=node12 \
--target=node16 \
./src/main.ts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flytectl-setup-action",
"version": "0.0.1",
"version": "0.0.2",
"description": "Install and setup flytectl for use in other actions ",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit 5cee1f9

Please sign in to comment.