diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-04 20:38:20 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-04 20:38:20 +0900 |
| commit | 4b48ba4e8cff670ce4726417fe9b176cda0c4e76 (patch) | |
| tree | 62b04d3a7930067357aa18309537dd8ead5f7035 /.github/workflows | |
| parent | Merge branch 'develop' (diff) | |
| parent | 12.90.0 (diff) | |
| download | misskey-4b48ba4e8cff670ce4726417fe9b176cda0c4e76.tar.gz misskey-4b48ba4e8cff670ce4726417fe9b176cda0c4e76.tar.bz2 misskey-4b48ba4e8cff670ce4726417fe9b176cda0c4e76.zip | |
Merge branch 'develop'
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nodejs.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c6e5329c26..9a32dac94e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -29,6 +29,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + submodules: true - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: @@ -48,6 +50,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: true - uses: actions/setup-node@v1 with: node-version: 12.x |