Skip to content

Commit

Permalink
Merge pull request #177 from HydLa/fix/update-packages
Browse files Browse the repository at this point in the history
update npm packages
  • Loading branch information
nikosai authored Feb 19, 2024
2 parents 429afec + 9dd842f commit 68b405e
Show file tree
Hide file tree
Showing 6 changed files with 4,367 additions and 3,808 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ rules:
'@typescript-eslint/explicit-module-boundary-types': off
'@typescript-eslint/no-explicit-any': off
'@typescript-eslint/no-non-null-assertion': off
'@typescript-eslint/no-unused-vars': off
no-unreachable: error
no-undef: error
max-lines-per-function:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '17'
node-version: '21'
- run: npm install
- run: npm run lint
jest:
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '17'
node-version: '21'
- run: npm install
- run: npm run test
build:
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '17'
node-version: '21'
- run: npm install

# これをやらないと webpack が失敗する.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '17'
node-version: '21'
- run: npm install
- name: Build
run: npm run doc
Expand Down
Loading

0 comments on commit 68b405e

Please sign in to comment.