diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index cd78a79e..59a4e6ef 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.JS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.node-version' cache: npm diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index e159e0d7..24a589cf 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.JS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.node-version' cache: npm diff --git a/.github/workflows/check-linter.yml b/.github/workflows/check-linter.yml index 1db3fa11..ed52b397 100644 --- a/.github/workflows/check-linter.yml +++ b/.github/workflows/check-linter.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.JS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.node-version' cache: npm diff --git a/.github/workflows/rebuild-dependabot-prs.yml b/.github/workflows/rebuild-dependabot-prs.yml index e2d77053..41ab9ecb 100644 --- a/.github/workflows/rebuild-dependabot-prs.yml +++ b/.github/workflows/rebuild-dependabot-prs.yml @@ -27,7 +27,7 @@ jobs: token: ${{ secrets.PAGES_AUTOMATION_PAT }} - name: Setup Node.JS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.node-version' cache: npm diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8990e66f..78c48011 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.JS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: '.node-version' cache: npm