Skip to content

Commit a7b173d

Browse files
Brian SwisherBrian Swisher
Brian Swisher
authored and
Brian Swisher
committed
[c] adjust workflow commands for NodeJS 18.20.5
1 parent 85a35ff commit a7b173d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: actions/setup-node@master
1616
with:
17-
node-version: '14'
17+
node-version: '18.20.5'
1818
- name: lint all markdownfiles
1919
env:
2020
PM_TECH: ${{secrets.PM_TECH}}

.github/workflows/deploy-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@master
2323
with:
24-
node-version: '14'
24+
node-version: '18.20.5'
2525

2626
- name: Configure AWS Credentials
2727
uses: aws-actions/configure-aws-credentials@v1

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@master
2323
with:
24-
node-version: '14'
24+
node-version: '18.20.5'
2525

2626
- name: Configure AWS Credentials
2727
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)