diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index ee712f81..49c13462 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - uses: https://github.com/actions/setup-node@v4 with: - version: 'latest' + node-version: 'latest' cache: 'npm' cache-dependency-path: 'package-lock.json' - run: npm i