diff options
| author | Kohei Ota (inductor) <kela@inductor.me> | 2023-04-15 10:20:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-15 10:20:39 +0900 |
| commit | 5a8748b2b0c415b83123c7a366b461d32cbd6765 (patch) | |
| tree | 5646423172a4e4aa41e3f1045199acf7ef100946 /.github/workflows/api-misskey-js.yml | |
| parent | refactor(backend): validateNoteの引数の型を強くし、anyを除去 (#1... (diff) | |
| download | sharkey-5a8748b2b0c415b83123c7a366b461d32cbd6765.tar.gz sharkey-5a8748b2b0c415b83123c7a366b461d32cbd6765.tar.bz2 sharkey-5a8748b2b0c415b83123c7a366b461d32cbd6765.zip | |
Update node version (#10639)
Diffstat (limited to '.github/workflows/api-misskey-js.yml')
| -rw-r--r-- | .github/workflows/api-misskey-js.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/api-misskey-js.yml b/.github/workflows/api-misskey-js.yml index 6411d63bd5..ed004c78dc 100644 --- a/.github/workflows/api-misskey-js.yml +++ b/.github/workflows/api-misskey-js.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3.6.0 with: - node-version: 18.x + node-version-file: '.node-version' cache: 'pnpm' - name: Install dependencies |