diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 9858cc0c..aacc3a4b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: '16' # or specify the version you need + node-version: '18' # or specify the version you need - name: Install pnpm run: npm i -g pnpm