aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-10-29 13:11:17 +0530
committerRitesh Ghosh <[email protected]>2024-10-29 13:11:17 +0530
commitfe0b6776b807f9872748ddef81b8eba7097faef1 (patch)
tree36d058c866ce8be49ccbc8d1b7da288e684e1903
parentdd6c5ed2ed379a67a3b271a2370bf02b6f2b06ee (diff)
downloadaniwatch-api-fe0b6776b807f9872748ddef81b8eba7097faef1.tar.xz
aniwatch-api-fe0b6776b807f9872748ddef81b8eba7097faef1.zip
chore(ci): bump node version
-rw-r--r--.github/workflows/test.yml2
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