diff options
| author | Ritesh Ghosh <[email protected]> | 2024-10-29 13:11:17 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-10-29 13:11:17 +0530 |
| commit | fe0b6776b807f9872748ddef81b8eba7097faef1 (patch) | |
| tree | 36d058c866ce8be49ccbc8d1b7da288e684e1903 | |
| parent | dd6c5ed2ed379a67a3b271a2370bf02b6f2b06ee (diff) | |
| download | aniwatch-api-fe0b6776b807f9872748ddef81b8eba7097faef1.tar.xz aniwatch-api-fe0b6776b807f9872748ddef81b8eba7097faef1.zip | |
chore(ci): bump node version
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f25465e..fc8f2de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v4 with: - node-version: 20 + node-version: "22.x" - name: Install dependencies run: npm i |
