Skip to content

Commit

Permalink
refactor(tsconfig.json): 設定再検討、それにともなう記述修正
Browse files Browse the repository at this point in the history
  • Loading branch information
famibee committed Oct 30, 2024
1 parent 34b1412 commit bb5b69b
Show file tree
Hide file tree
Showing 66 changed files with 4,908 additions and 4,778 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v4
with:
registry-url: https://npm.pkg.github.com/
node-version: '20'
node-version: '22'

- run: npm ci
- run: npm test
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org/
node-version: '20'
node-version: '22'
scope: '@famibee'

- run: npm ci
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- refactor(tsconfig.json): 設定再検討、それにともなう記述修正
- chore(release.yml): 【node-version: '22'】に更新


## [1.60.10](https://github.com/famibee/SKYNovel/compare/v1.60.9...v1.60.10) (2024-10-24)


Expand Down
100 changes: 51 additions & 49 deletions dist/SoundMng.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/SoundMng.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit bb5b69b

Please sign in to comment.