Skip to content

Commit

Permalink
Merge pull request #302 from eficode/fix/cd-pipeline
Browse files Browse the repository at this point in the history
Upgrade node version on release pipeline
  • Loading branch information
pattkrajnik committed Jan 19, 2023
2 parents 5641535 + 2611667 commit 902c9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-on-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'

- name: Checkout merged code
uses: actions/checkout@v2
Expand Down

0 comments on commit 902c9e0

Please sign in to comment.