Skip to content

Commit a69d91e

Browse files
committed
chore: use trust publish
1 parent 823562e commit a69d91e

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
1414
with:
1515
os: 'ubuntu-latest'
16-
version: '16, 18, 20'
16+
version: '16, 18, 20, 22, 24'

.github/workflows/release.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ on:
44
push:
55
branches: [ master ]
66

7+
permissions:
8+
contents: write
9+
deployments: write
10+
issues: write
11+
pull-requests: write
12+
id-token: write
13+
714
jobs:
815
release:
9-
name: Node.js
10-
uses: node-modules/github-actions/.github/workflows/node-release.yml@master
16+
name: NPM
17+
uses: node-modules/github-actions/.github/workflows/npm-release.yml@master
1118
secrets:
12-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1319
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
14-
with:
15-
checkTest: false

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ See [index.test-d.ts](index.test-d.ts)
2020
## License
2121

2222
[MIT](LICENSE)
23+
24+
## Contributors
25+
26+
[![Contributors](https://contrib.rocks/image?repo=node-modules/oss-interface)](https://github.com/node-modules/oss-interface/graphs/contributors)
27+
28+
Made with [contributors-img](https://contrib.rocks).

0 commit comments

Comments
 (0)