diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9363ca..ae1bdc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version-file: .nvmrc + node-version-file: package.json cache: npm - run: npm ci - name: Test and build