mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-25 03:35:10 +01:00
GitHub Actions: Node.js 8.xはサポートしない
This commit is contained in:
parent
45ab80346f
commit
02ec45606a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [8.x, 10.x, 12.x]
|
||||
node-version: [10.x, 12.x]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
Loading…
Add table
Reference in a new issue