Skip to content

Commit

Permalink
Merge pull request #43 from vimeda/node-version-fix
Browse files Browse the repository at this point in the history
fix node-version indentation
  • Loading branch information
libracoder committed Dec 6, 2022
2 parents 3522f19 + 44aa52b commit 2293d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-deploy.yaml
Expand Up @@ -42,7 +42,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '14'

- uses: azure/setup-kubectl@v3
id: install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-deploy.yaml
Expand Up @@ -42,7 +42,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '14'

- uses: azure/setup-kubectl@v3
id: install
Expand Down

0 comments on commit 2293d3e

Please sign in to comment.