Skip to content

Commit

Permalink
Merge pull request #52 from coreofscience/update-libraries-take-2
Browse files Browse the repository at this point in the history
update libraries take 2
  • Loading branch information
odarbelaeze authored Jul 19, 2022
2 parents f4f086f + 4da58bb commit d8f44be
Show file tree
Hide file tree
Showing 13 changed files with 39,491 additions and 21,507 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
persist-credentials: false

- name: Use Node 14
- name: Use Node 16
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Build
run: |
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node 16
uses: actions/setup-node@v1
with:
node-version: 16.x

- run: |
npm ci
npm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
with:
persist-credentials: false

- name: Use Node 14
- name: Use Node 16
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Build
run: |
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/gallium
Loading

0 comments on commit d8f44be

Please sign in to comment.