Skip to content

Commit

Permalink
uses node 12.x for github push to s3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Mar 15, 2023
1 parent 82abe38 commit 5be43a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_push_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 10.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'

- name: npm install, and build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod_push_to_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 10.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '12.x'

- name: npm install, and build
run: |
Expand Down

0 comments on commit 5be43a3

Please sign in to comment.