Skip to content

Commit

Permalink
Revert to node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham committed Jan 3, 2022
1 parent e6758a2 commit c948e44
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions functions/package.json
Expand Up @@ -6,7 +6,7 @@
"module": "dist/index.js",
"type": "module",
"engines": {
"node": "16",
"node": "14",
"npm": "7"
},
"scripts": {
Expand All @@ -30,7 +30,7 @@
"node-fetch": "^3.1.0"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.2",
"@tsconfig/node14": "^1.0.1",
"concurrently": "^6.5.1",
"cpx2": "^4.1.2",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion functions/tsconfig.json
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node16/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"noImplicitReturns": false,
"noUnusedLocals": true,
Expand Down

0 comments on commit c948e44

Please sign in to comment.