Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
chore: upgrade node (#651)
Browse files Browse the repository at this point in the history
* chore: upgrade node

* chore: upgrade workflow

* chore: update test env

Co-authored-by: Wynn Chen <[email protected]>
  • Loading branch information
wynn987 and Wynn Chen authored Sep 26, 2022
1 parent dd78481 commit bb0648d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_branch_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- name: Install Packages
run: |
npm config set //npm.pkg.github.com/:_authToken $NPM_TOKEN
Expand All @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Cache Node Modules
uses: actions/cache@v2
env:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
git fetch --prune --unshallow --tags -f
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- uses: expo/expo-github-action@v5
with:
expo-packager: npm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- name: Install Packages
run: |
npm config set //npm.pkg.github.com/:_authToken $NPM_TOKEN
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Get Latest Binary Version # Binary Version will be x.x.x based on the latest tag
id: latestBinaryVersion
run: |
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
git fetch --prune --unshallow --tags -f
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- uses: expo/expo-github-action@v5
with:
expo-packager: npm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- name: Install Packages
run: |
npm config set //npm.pkg.github.com/:_authToken $NPM_TOKEN
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Cache Node Modules
uses: actions/cache@v2
env:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
git fetch --prune --unshallow --tags -f
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- uses: expo/expo-github-action@v5
with:
expo-packager: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_development_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node: [12, 13, 14]
node: [16, 18]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
token: ${{ secrets.GH_TOKEN_SUPPLYALLY_BOT }}
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- uses: actions/setup-python@v2
with:
python-version: "3.x"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@
},
"private": true,
"volta": {
"node": "12.22.1",
"npm": "6.14.12"
"node": "16.17.0",
"npm": "8.15.0"
},
"remarkConfig": {
"plugins": [
Expand Down

0 comments on commit bb0648d

Please sign in to comment.