Skip to content

Commit

Permalink
Merge pull request #207 from NYCPlanning/allthesignals/bump-node-2
Browse files Browse the repository at this point in the history
Bump node and incl nvmrc
  • Loading branch information
TylerMatteo authored Nov 2, 2022
2 parents 321722c + 42d809d commit 86fefda
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '10.21.0'
node-version: '16.15.1'
- run: yarn install
- run: yarn migrate
- run: yarn test
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.21.0
16.15.1
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"underscore": "^1.9.1"
},
"engines": {
"node": "10.21.0",
"npm": "5.3.0"
"node": "^16",
"npm": "8.11.0"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
Expand All @@ -61,7 +61,7 @@
"supertest": "3.1.0"
},
"volta": {
"node": "10.21.0",
"node": "^16",
"yarn": "1.22.10"
}
}

0 comments on commit 86fefda

Please sign in to comment.