Skip to content

Commit 447d803

Browse files
committed
ci: cleanup
1 parent 4436417 commit 447d803

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/actions/setup/action.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ runs:
1414
node-version-file: .nvmrc
1515
registry-url: 'https://registry.npmjs.org'
1616

17-
# Ensure npm 11.5.1 or later for trusted publishing
18-
- name: Ensure latest npm
19-
shell: bash
20-
run: npm install -g npm@latest
21-
2217
- name: Cache
2318
uses: actions/cache@v5
2419
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@ env:
1919
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
2020
TURBO_REMOTE_CACHE_SIGNATURE_KEY: ${{ secrets.TURBO_REMOTE_CACHE_SIGNATURE_KEY }}
2121

22-
permissions:
23-
contents: read
24-
id-token: write
25-
2622
jobs:
2723
release:
2824
permissions:
2925
contents: write
26+
id-token: write
3027
runs-on: ubuntu-latest
3128
name: release:${{ inputs.stable == true && 'stable' || 'snapshot' }}
3229
steps:

0 commit comments

Comments
 (0)