diff --git a/.github/workflows/npm-pub.yml b/.github/workflows/npm-pub.yml index 408dd87..7ef30d8 100644 --- a/.github/workflows/npm-pub.yml +++ b/.github/workflows/npm-pub.yml @@ -22,7 +22,7 @@ jobs: - name: 'Setup node.js' uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version-file: '.node-version' cache: npm registry-url: 'https://registry.npmjs.org' - name: 'Install dependencies' @@ -47,7 +47,7 @@ jobs: - name: 'Setup node.js' uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version-file: '.node-version' cache: npm registry-url: 'https://registry.npmjs.org' - name: 'Install dependencies'