diff --git a/.github/workflows/browser.yaml b/.github/workflows/browser.yaml index b01513b..6ab2e47 100644 --- a/.github/workflows/browser.yaml +++ b/.github/workflows/browser.yaml @@ -18,7 +18,7 @@ jobs: - name: Node uses: actions/setup-node@v4 with: - node-version-file: '.nvmrc' + node-version-file: .nvmrc - name: NPM run: npm ci diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 352209b..deacb95 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -22,7 +22,7 @@ jobs: - name: Node uses: actions/setup-node@v4 with: - node-version-file: '.nvmrc' + node-version-file: .nvmrc - name: NPM run: npm ci diff --git a/.github/workflows/mac.yaml b/.github/workflows/mac.yaml index 4c9f8c9..4f89764 100644 --- a/.github/workflows/mac.yaml +++ b/.github/workflows/mac.yaml @@ -21,7 +21,7 @@ jobs: - name: Node uses: actions/setup-node@v4 with: - node-version-file: '.nvmrc' + node-version-file: .nvmrc - name: NPM run: npm ci diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 76a0ffa..f96505e 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -15,7 +15,7 @@ jobs: - name: Node uses: actions/setup-node@v4 with: - node-version-file: '.nvmrc' + node-version-file: .nvmrc - name: NPM run: npm ci diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index ad946f9..518f3ad 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -22,7 +22,7 @@ jobs: - name: Node uses: actions/setup-node@v4 with: - node-version-file: '.nvmrc' + node-version-file: .nvmrc - name: NPM run: npm ci