Skip to content

Commit

Permalink
Merge pull request #31 from tfso/chore/default-nodejs-18
Browse files Browse the repository at this point in the history
chore/Default NodeJS 18
  • Loading branch information
lostfields authored Aug 27, 2024
2 parents 0884891 + a0febf3 commit 4a05040
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions npm-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ inputs:
description: Set a custom tag, useful when generating tag based on f.ex FROM image in a docker image. Setting this tag will invalidate any other settings set!
required: false
NODE_VERSION:
description: node version, defaults to 14
description: node version, defaults to 18
required: false
default: '14'
default: '18'
PRUNE_PRODUCTION:
description: prune for production
required: false
Expand Down
4 changes: 2 additions & 2 deletions yarn-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ inputs:
description: Set a custom tag, useful when generating tag based on f.ex FROM image in a docker image. Setting this tag will invalidate any other settings set!
required: false
NODE_VERSION:
description: node version, defaults to 14
description: node version, defaults to 18
required: false
default: '14'
default: '18'
PRUNE_PRODUCTION:
description: prune for production
required: false
Expand Down

0 comments on commit 4a05040

Please sign in to comment.