Skip to content

Commit ab438b6

Browse files
Cleanup of workflow files (#83)
1 parent dc69cde commit ab438b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,18 @@ jobs:
2222
steps:
2323
- name: Checkout Repo
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25+
with:
26+
persist-credentials: false
27+
2528
- name: Use Node.js ${{ matrix.node-version }}
2629
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
2730
with:
2831
node-version: ${{ matrix.node-version }}
2932
cache: 'npm'
33+
3034
- name: NPM CI
3135
run: npm ci
36+
3237
- name: NPM Build
3338
run: npm run build --if-present
3439

0 commit comments

Comments
 (0)