Skip to content

Commit 185af23

Browse files
authored
chore: use npm truster publisher (#69)
node-modules/github-actions#14
1 parent 0d8b4da commit 185af23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8+
merge_group:
89

910
jobs:
1011
Job:
1112
name: Node.js
1213
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
1314
with:
14-
version: '16, 18, 20, 22, 23'
15+
version: '16, 18, 20, 22, 24'
1516
secrets:
1617
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ on:
66

77
jobs:
88
release:
9-
name: Node.js
10-
uses: node-modules/github-actions/.github/workflows/node-release.yml@master
9+
name: NPM
10+
uses: node-modules/github-actions/.github/workflows/npm-release.yml@master
1111
secrets:
12-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1312
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}

0 commit comments

Comments
 (0)