Skip to content

Commit 1b60664

Browse files
chore: Update the dependencies
1 parent f9223a1 commit 1b60664

File tree

4 files changed

+370
-386
lines changed

4 files changed

+370
-386
lines changed

.github/workflows/publish.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
name: Release @doist/eslint-plugin-doist package
22

33
on:
4-
push:
5-
tags:
6-
- 'v*'
4+
push:
5+
tags:
6+
- "v*"
77

88
jobs:
9-
publish:
10-
runs-on: ubuntu-latest
11-
timeout-minutes: 60
12-
steps:
13-
- uses: actions/checkout@v4
9+
publish:
10+
runs-on: ubuntu-latest
11+
timeout-minutes: 60
12+
steps:
13+
- uses: actions/checkout@v4
1414

15-
# Publish to GitHub package registry
16-
- uses: actions/setup-node@v1
17-
with:
18-
node-version: 12
19-
registry-url: https://npm.pkg.github.com/
20-
scope: '@doist'
21-
- run: npm publish
22-
env:
23-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
15+
# Publish to GitHub package registry
16+
- uses: actions/setup-node@v4
17+
with:
18+
node-version: 20
19+
registry-url: https://npm.pkg.github.com/
20+
scope: "@doist"
21+
- run: npm publish
22+
env:
23+
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
2424

25-
# Publish to npm registry
26-
- uses: actions/setup-node@v1
27-
with:
28-
node-version: 12
29-
registry-url: https://registry.npmjs.org/
30-
scope: '@doist'
31-
- run: npm publish
32-
env:
33-
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
25+
# Publish to npm registry
26+
- uses: actions/setup-node@v4
27+
with:
28+
node-version: 20
29+
registry-url: https://registry.npmjs.org/
30+
scope: "@doist"
31+
- run: npm publish
32+
env:
33+
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20

0 commit comments

Comments
 (0)