Skip to content

Commit 29fcf38

Browse files
committed
chore: actions cleanups
1 parent a088dab commit 29fcf38

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ on:
1111
jobs:
1212

1313
lint:
14-
1514
runs-on: ubuntu-latest
1615

1716
steps:
18-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1918

2019
- name: Setup Node
21-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v3
2221
with:
2322
node-version: 16
2423
cache: 'npm'
@@ -41,7 +40,7 @@ jobs:
4140
steps:
4241
- uses: actions/checkout@v3
4342

44-
- name: Setup Node.js ${{ matrix.node-version }}
43+
- name: Setup node ${{ matrix.node-version }}
4544
uses: actions/setup-node@v3
4645
with:
4746
node-version: ${{ matrix.node-version }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
publish: npm run release
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 commit comments

Comments
 (0)