diff --git a/.github/workflows/package-and-publish.yml b/.github/workflows/package-and-publish.yml index 154e99c0a..8d885ac15 100644 --- a/.github/workflows/package-and-publish.yml +++ b/.github/workflows/package-and-publish.yml @@ -24,10 +24,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Use Node.js 20.x + - name: Setup Node.js ${{ vars.NODE_VERSION }} uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: ${{ vars.NODE_VERSION }} - name: Cache node modules id: npm-cache