diff --git a/.github/workflows/lint-code.yml b/.github/workflows/lint-code.yml index 64fab0f..de769cb 100644 --- a/.github/workflows/lint-code.yml +++ b/.github/workflows/lint-code.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: '⚙️ Use Node.js' - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' check-latest: true diff --git a/.github/workflows/npm-build.yml b/.github/workflows/npm-build.yml index 510692f..f5ab184 100644 --- a/.github/workflows/npm-build.yml +++ b/.github/workflows/npm-build.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: '⚙️ Use Node.js' - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' check-latest: true diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index 754ad08..798e37c 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -22,7 +22,7 @@ jobs: persist-credentials: false - name: '⚙️ Use Node.js' - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' check-latest: true diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index f304b3c..112a707 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: '⚙️ Use Node.js' - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.nvmrc' check-latest: true