Skip to content

Commit 2611667

Browse files
committed
Upgrade node version on release pipeline
1 parent cf909d9 commit 2611667

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)