Skip to content

Commit 69e18d8

Browse files
author
LongYinan
committed
build: migrate to npm registry to prevent install failure in Github Actions
1 parent 62bc0ee commit 69e18d8

File tree

3 files changed

+1125
-1124
lines changed

3 files changed

+1125
-1124
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"typecheck": "tsc -b tsconfig.project.json -verbose"
2121
},
2222
"devDependencies": {
23-
"@octokit/rest": "^18.0.3",
24-
"@swc-node/register": "^0.4.2",
25-
"@typescript-eslint/eslint-plugin": "^3.9.1",
26-
"@typescript-eslint/parser": "^3.9.1",
23+
"@octokit/rest": "^18.0.4",
24+
"@swc-node/register": "^0.4.3",
25+
"@typescript-eslint/eslint-plugin": "^3.10.1",
26+
"@typescript-eslint/parser": "^3.10.1",
2727
"ava": "^3.12.1",
2828
"benchmark": "^2.1.4",
2929
"chalk": "^4.1.0",
@@ -36,17 +36,17 @@
3636
"eslint-plugin-sonarjs": "^0.5.0",
3737
"husky": "^4.2.5",
3838
"lerna": "^3.22.1",
39-
"lint-staged": "^10.2.11",
39+
"lint-staged": "^10.2.13",
4040
"napi-rs": "^0.2.6",
4141
"npm-run-all": "^4.1.5",
4242
"nyc": "^15.1.0",
43-
"prettier": "^2.1.0",
43+
"prettier": "^2.1.1",
4444
"putasset": "^5.0.3",
4545
"tsconfig-paths": "^3.9.0",
4646
"typescript": "^4.0.2"
4747
},
4848
"optionalDependencies": {
49-
"@swc-node/core-linux-musl": "^0.4.2"
49+
"@swc-node/core-linux-musl": "^0.5.0"
5050
},
5151
"ava": {
5252
"extensions": ["ts"],

0 commit comments

Comments
 (0)