Compare commits

...

5 Commits

Author SHA1 Message Date
Rui Chen
7a547b4020
Merge 2135c0ad4f into aadc3a98df 2023-12-22 06:20:53 +00:00
Rui Chen
2135c0ad4f
Revert "update branch trigger to test the worklow runs in fork"
This reverts commit 6ed77e1430.
2023-12-22 01:20:46 -05:00
Rui Chen
6ed77e1430
update branch trigger to test the worklow runs in fork
Signed-off-by: Rui Chen <rui@chenrui.dev>
2023-12-22 01:18:45 -05:00
Rui Chen
194ee8263d
chore: no fail-fast for CI builds
Signed-off-by: Rui Chen <rui@chenrui.dev>
2023-12-22 01:05:32 -05:00
Rui Chen
b616c0b741
chore: update ncc to latest
Signed-off-by: Rui Chen <rui@chenrui.dev>
2023-12-22 01:00:09 -05:00
3 changed files with 11 additions and 10 deletions

View File

@ -14,6 +14,7 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- 'ubuntu-22.04'

18
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "actions-hugo",
"version": "2.6.0",
"version": "3.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "actions-hugo",
"version": "2.6.0",
"version": "3.0.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
@ -22,7 +22,7 @@
"@types/node-fetch": "^2.5.8",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@vercel/ncc": "^0.27.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^7.21.0",
"eslint-plugin-jest": "^24.1.5",
"husky": "^5.1.3",
@ -1876,9 +1876,9 @@
}
},
"node_modules/@vercel/ncc": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.27.0.tgz",
"integrity": "sha512-DllIJQapnU2YwewIhh/4dYesmMQw3h2cFtabECc/zSJHqUbNa0eJuEkRa6DXbZvh1YPWBtYQoPV17NlDpBw1Vw==",
"version": "0.38.1",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz",
"integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==",
"dev": true,
"bin": {
"ncc": "dist/ncc/cli.js"
@ -14125,9 +14125,9 @@
}
},
"@vercel/ncc": {
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.27.0.tgz",
"integrity": "sha512-DllIJQapnU2YwewIhh/4dYesmMQw3h2cFtabECc/zSJHqUbNa0eJuEkRa6DXbZvh1YPWBtYQoPV17NlDpBw1Vw==",
"version": "0.38.1",
"resolved": "https://registry.npmjs.org/@vercel/ncc/-/ncc-0.38.1.tgz",
"integrity": "sha512-IBBb+iI2NLu4VQn3Vwldyi2QwaXt5+hTyh58ggAMoCGE6DJmPvwL3KPBWcJl1m9LYPChBLE980Jw+CS4Wokqxw==",
"dev": true
},
"abab": {

View File

@ -59,7 +59,7 @@
"@types/node-fetch": "^2.5.8",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"@vercel/ncc": "^0.27.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^7.21.0",
"eslint-plugin-jest": "^24.1.5",
"husky": "^5.1.3",