Skip to content

Commit 7888556

Browse files
authored
fix: スペースが切れ目として認識される問題を回避 (#23)
* fix: スペースが切れ目として認識される問題を回避 * CI: update node
1 parent d81a99f commit 7888556

File tree

5 files changed

+8353
-3332
lines changed

5 files changed

+8353
-3332
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [10, 12, 14]
11+
node-version: [ 14, 16, 18 ]
1212
steps:
1313
- name: checkout
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)