Skip to content

Commit 93fc6b1

Browse files
authored
Merge pull request #303 from ybkuroki/develop
Fix the github actions
2 parents 65c4487 + b8fb7f5 commit 93fc6b1

File tree

6 files changed

+343
-340
lines changed

6 files changed

+343
-340
lines changed

.github/workflows/check.yml

+3-9
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [14.x]
13+
node-version: [18.x]
1414
steps:
15-
- uses: actions/[email protected]
16-
- name: eslint review
17-
uses: reviewdog/[email protected]
18-
with:
19-
github_token: ${{ secrets.github_token }}
20-
reporter: github-pr-review
21-
eslint_flags: 'src/**/*.{vue,js}'
15+
- uses: actions/[email protected]
2216
- name: use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v3.5.1
17+
uses: actions/setup-node@v3.6.0
2418
with:
2519
node-version: ${{ matrix.node-version }}
2620
- name: install package

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
Release:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3.2.0
10+
- uses: actions/checkout@v3.4.0
1111
with:
1212
fetch-depth: 50
1313
- uses: notlmn/[email protected]

0 commit comments

Comments
 (0)