Skip to content

Commit 15244b8

Browse files
committed
Update actions
1 parent 9a7adca commit 15244b8

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ concurrency:
2121
jobs:
2222
linting:
2323
uses: SocketDev/socket-registry/.github/workflows/lint.yml@main
24-
with:
25-
node-version: '22'

.github/workflows/provenance.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
provenance:
1313
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@main
1414
with:
15-
node-version: '22'
1615
package-name: '@socketregistry/packageurl-js'
1716
secrets:
1817
npm_token: ${{ secrets.NPM_TOKEN }}
19-
permissions:
20-
contents: read
21-
id-token: write

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ jobs:
2929
with:
3030
node-version: '${{ matrix.node-version }}'
3131
os: ${{ matrix.os }}
32-
timeout-minutes: 10

.github/workflows/types.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@ concurrency:
2121
jobs:
2222
types:
2323
uses: SocketDev/socket-registry/.github/workflows/types.yml@main
24-
with:
25-
node-version: '22'

0 commit comments

Comments
 (0)