Skip to content

Commit eacfd36

Browse files
committed
node v13 のビルドができなくなったのでワークフローから削除
v12はビルドできていたけど、v13がビルドできなかったので一緒に削除。 元より、package.jsonではv14以降となっていたので問題ないはず。 package-lock.json がちゃんと作り直しできていなかったを修正
1 parent 5c3da2e commit eacfd36

File tree

2 files changed

+1737
-1327
lines changed

2 files changed

+1737
-1327
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
# the Node.js versions to build on
12-
node-version: [12.x, 13.x, 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
12+
node-version: [14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x]
1313

1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)