Skip to content

Commit

Permalink
Drop node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieubosquet committed Apr 21, 2022
1 parent a0e4d4c commit 68be7c3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@rdfjs/types": "^1.1.0",
"@solid/eslint-config-base": "^0.5.0",
"@tsconfig/node12": "^1.0.9",
"@tsconfig/node14": "^1.0.1",
"@types/jest": "^27.4.0",
"@types/lru-cache": "^5.1.1",
"@types/n3": "^1.10.4",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node12/tsconfig.json",
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"declaration": true,
"incremental": true,
Expand Down

0 comments on commit 68be7c3

Please sign in to comment.