Skip to content

Commit e3937e2

Browse files
authored
ci: npm publishing, remove matrix (#300)
1 parent 49c6a30 commit e3937e2

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/publishing.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
name: Publish
22
on:
3-
release:
4-
types: [ published ]
3+
release:
4+
types: [ published ]
55

66
jobs:
77
publish:
88
name: Publish latest release
99
runs-on: ubuntu-latest
1010
permissions:
11-
contents: read
1211
id-token: write
13-
strategy:
14-
matrix:
15-
node: [24.x]
12+
contents: read
1613
steps:
1714
- uses: actions/checkout@v6
18-
- name: Setup Node.js ${{ matrix.node-version }}
15+
- name: Setup Node.js
1916
uses: actions/setup-node@v6
2017
with:
21-
node-version: ${{ matrix.node-version }}
22-
cache: npm
18+
node-version: '24'
2319
registry-url: 'https://registry.npmjs.org'
2420
- name: Install dependencies
2521
run: npm ci

0 commit comments

Comments
 (0)