From 5c685bfb6efbe2a4aa0e6af976b7005dd50d8c87 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Sat, 9 Dec 2023 19:29:20 +0800 Subject: [PATCH] Fix release script --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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