Skip to content

Commit

Permalink
Upgrade NPM to v7 (#2086)
Browse files Browse the repository at this point in the history
* Upgrade NPM to v7

* Correct npm install path

* More testing

* Fix syntax

* Upgrade to node 15 instead
  • Loading branch information
tunetheweb committed Mar 21, 2021
1 parent 63fe328 commit 9c59704
Show file tree
Hide file tree
Showing 4 changed files with 1,552 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/predeploy.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Node.js for use with actions
uses: actions/setup-node@v2.1.5
with:
node-version: '12'
node-version: '15'
- name: Set up Python 3.8
uses: actions/setup-python@v2.2.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-template-changes.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js for use with actions
uses: actions/setup-node@v2.1.5
with:
node-version: '12'
node-version: '15'
- name: Test Template Changes
run: ./src/tools/scripts/test_template_changes.sh
- name: 'Comment PR'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_website.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node.js for use with actions
uses: actions/setup-node@v2.1.5
with:
node-version: '12'
node-version: '15'
- name: Set up Python 3.8
uses: actions/setup-python@v2.2.1
with:
Expand Down

0 comments on commit 9c59704

Please sign in to comment.