Skip to content

Commit

Permalink
fix: use @vercel/ncc
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Nov 13, 2023
1 parent 244d42d commit 72a3994
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
- run: yarn --frozen-lockfile
node-version: 18
- run: yarn install
- run: yarn all
- run: yarn semantic-release
env:
Expand Down
Binary file modified .yarn/install-state.gz
Binary file not shown.
1 change: 0 additions & 1 deletion __tests__/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ test('creates proper diff', async () => {
console.log(`\n${diff}`)
})


test('creates no diff', async () => {
const diff = await runDiff({
GITHUB_WORKSPACE: path.join(__dirname, 'fixture-same'),
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
],
"dependencies": {
"@actions/core": "^1.10.1",
"@vercel/ncc": "^0.38.1",
"lodash-es": "^4.17.21",
"node-shell-parser": "^0.2.1",
"tablemark": "^2.0.0"
Expand All @@ -44,7 +45,6 @@
"@types/node": "^16.18.61",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@zeit/ncc": "^0.22.3",
"eslint": "^8.53.0",
"eslint-plugin-github": "^4.10.1",
"eslint-plugin-jest": "^24.7.0",
Expand All @@ -64,6 +64,7 @@
"@commitlint/config-conventional"
]
},
"packageManager": "[email protected]",
"prettier": {
"trailingComma": "all",
"tabWidth": 2,
Expand Down Expand Up @@ -106,6 +107,5 @@
"name": "master"
}
]
},
"packageManager": "[email protected]"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2010,14 +2010,14 @@ __metadata:
languageName: node
linkType: hard

"@zeit/ncc@npm:^0.22.3":
version: 0.22.3
resolution: "@zeit/ncc@npm:0.22.3"
"@vercel/ncc@npm:^0.38.1":
version: 0.38.1
resolution: "@vercel/ncc@npm:0.38.1"
dependencies:
node-gyp: "npm:latest"
bin:
ncc: dist/ncc/cli.js
checksum: 472ba6e650ec5451c217c558221ec5111204c789da051ee678d487a1d70d8ff191f9c05ee27cdfcb09012d1a08acf46a88399f017e5ce238f572e85d9d00548f
checksum: 3e6c08251ccc8c6c7ca6523f223e326c70950af787259252c8a19ef04a7f8cc4c42d4c1ddb94f227a9d0d1c5429f71e303daf6a356948b4f81bcd38d075c9b24
languageName: node
linkType: hard

Expand Down Expand Up @@ -7066,7 +7066,7 @@ __metadata:
"@types/node": "npm:^16.18.61"
"@typescript-eslint/eslint-plugin": "npm:^4.33.0"
"@typescript-eslint/parser": "npm:^4.33.0"
"@zeit/ncc": "npm:^0.22.3"
"@vercel/ncc": "npm:^0.38.1"
eslint: "npm:^8.53.0"
eslint-plugin-github: "npm:^4.10.1"
eslint-plugin-jest: "npm:^24.7.0"
Expand Down

0 comments on commit 72a3994

Please sign in to comment.