Skip to content

Commit

Permalink
feat: use nvm lts syntax for get node version
Browse files Browse the repository at this point in the history
  • Loading branch information
KillWolfVlad committed Jun 10, 2022
1 parent 71da179 commit 4b699cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
node-active-lts-version:
required: false
type: string
default: "16"
default: "lts/*"
secrets:
NPM_TOKEN:
required: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ on:
node-maintenance-lts-version:
required: false
type: string
default: "14"
default: "lts/-1"
node-active-lts-version:
required: false
type: string
default: "16"
default: "lts/*"
node-current-version:
required: false
type: string
default: "18"
default: "current"

jobs:
##############################################################################
Expand Down

0 comments on commit 4b699cd

Please sign in to comment.