Skip to content

Commit

Permalink
Merge pull request #107 from traPtitech/feat/update_dependencies
Browse files Browse the repository at this point in the history
パッケージのアップデート
  • Loading branch information
mehm8128 authored Oct 9, 2023
2 parents 1d044f2 + e1edc4e commit 6ec2d3d
Show file tree
Hide file tree
Showing 5 changed files with 3,294 additions and 3,506 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = {
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:vue/vue3-recommended',
'plugin:prettier/recommended'
'prettier'
],
rules: {
'no-console': 'warn',
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- uses: actions/checkout@v2
- run: SKIP_GENAPI=1 npm ci
genApi:
Expand All @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- uses: actions/checkout@v2
- run: SKIP_GENAPI=1 npm ci
- run: npm run postinstall
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- uses: actions/checkout@v2
- run: SKIP_GENAPI=1 npm ci
- uses: actions/download-artifact@v2
Expand All @@ -54,7 +54,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- uses: actions/checkout@v2
- run: SKIP_GENAPI=1 npm ci
- uses: actions/download-artifact@v2
Expand All @@ -69,7 +69,7 @@ jobs:
steps:
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- uses: actions/checkout@v2
- run: SKIP_GENAPI=1 npm ci
- uses: actions/download-artifact@v2
Expand Down
Loading

0 comments on commit 6ec2d3d

Please sign in to comment.