Skip to content

Commit 902c9e0

Browse files
authored
Merge pull request #302 from eficode/fix/cd-pipeline
Upgrade node version on release pipeline
2 parents 5641535 + 2611667 commit 902c9e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy-on-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Install Node
1212
uses: actions/setup-node@v3
1313
with:
14-
node-version: '14'
14+
node-version: '16'
1515

1616
- name: Checkout merged code
1717
uses: actions/checkout@v2

0 commit comments

Comments
 (0)