Skip to content

Commit 2e3a3fa

Browse files
committed
Set pipeline node version to 16
1 parent 36093db commit 2e3a3fa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

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

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

.github/workflows/build-and-test-on-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ jobs:
66
runs-on: ubuntu-latest
77
environment: dev
88
steps:
9+
- name: Install Node
10+
uses: actions/setup-node@v3
11+
with:
12+
node-version: '16'
13+
914
- name: Checkout merged code
1015
uses: actions/checkout@v2
1116

0 commit comments

Comments
 (0)