Skip to content

Commit

Permalink
Upgrading node to 20.x (#912)
Browse files Browse the repository at this point in the history
* Upgrading node to 20.x

* Update node types
  • Loading branch information
devinmatte authored Dec 20, 2023
1 parent ebecaca commit 425f911
Show file tree
Hide file tree
Showing 7 changed files with 11,058 additions and 5,168 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18', '20']
node-version: ['20']
python-version: ['3.11']
steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18']
node-version: ['20']
python-version: ['3.11']
env:
AWS_PROFILE: transitmatters
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18']
node-version: ['20']
python-version: ['3.11']
steps:
- name: Checkout repo
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['18']
node-version: ['20']
python-version: ['3.11']
steps:
- name: Checkout repo
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is the repository for the TransitMatters Data Dashboard. Client code is wri

## Requirements to develop locally

- node 18.x and npm 9.x required
- node 20.x and npm 9.x+ required
- With `nvm` installed, use `nvm install && nvm use`
- verify with `node -v`
- Python 3.11 with recent poetry (1.6.0 or later)
Expand Down
Loading

0 comments on commit 425f911

Please sign in to comment.