Skip to content

Commit

Permalink
fix(deps): upgrade Node.js to v20 => use node --test instead of Moc…
Browse files Browse the repository at this point in the history
…ha (#63)

* fix(deps): migrate to node.js 20

* fix: use node:test instead of mocha

* fix: `SyntaxError: Cannot use import statement outside a module` on `make test`

* fix(tests): `RequestError [HttpError]: Bad credentials` cause but nock not intercepting calls to github with FAKE_CREDS
solution: nock/nock#2397 (comment)

* fix(tests): make all tests run

* $ npm i -D firebase-tools@latest

* bump version to 1.7.1
  • Loading branch information
adrienjoly committed Apr 21, 2024
1 parent 47a3116 commit 83ee684
Show file tree
Hide file tree
Showing 7 changed files with 10,233 additions and 16,051 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v20
1 change: 0 additions & 1 deletion functions/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ module.exports = {
},
env: {
node: true,
mocha: true,
},
}

0 comments on commit 83ee684

Please sign in to comment.