Skip to content

Commit 6faa621

Browse files
author
Mint de Wit
committed
chore: update ci
1 parent 6d73ab6 commit 6faa621

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

.github/workflows/node.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
24-
- name: Enable Corepacks
25-
run: corepack enable
2624
- name: Use Node.js 20.x
2725
uses: actions/setup-node@v4
2826
with:
@@ -84,8 +82,6 @@ jobs:
8482

8583
steps:
8684
- uses: actions/checkout@v4
87-
- name: Enable Corepack
88-
run: corepack enable
8985
- name: Use Node.js 20.x
9086
uses: actions/setup-node@v4
9187
with:
@@ -113,8 +109,6 @@ jobs:
113109

114110
steps:
115111
- uses: actions/checkout@v4
116-
- name: Enable Corepack
117-
run: corepack enable
118112
- name: Use Node.js 20.x
119113
uses: actions/setup-node@v4
120114
with:

.github/workflows/publish.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17-
- name: Enable Corepack
18-
run: corepack enable
1917
- name: Use Node.js 20.x
2018
uses: actions/setup-node@v4
2119
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"build:main": "tsc -p ./tsconfig.build.json",
2424
"changelog": "npx sofie-version",
2525
"release": "npm run lint && npm run changelog",
26-
"validate:dependencies": "npm audit --groups dependencies && yarn license-validate",
26+
"validate:dependencies": "npm audit --groups dependencies && npm run license-validate",
2727
"validate:dev-dependencies": "npm audit --groups devDependencies",
2828
"prepare": "husky",
2929
"lint:raw": "eslint",

0 commit comments

Comments
 (0)