diff --git a/.github/workflows/deploy-dev-viewer.yml b/.github/workflows/deploy-dev-viewer.yml index 504e4307..f0feb783 100644 --- a/.github/workflows/deploy-dev-viewer.yml +++ b/.github/workflows/deploy-dev-viewer.yml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: "npm" diff --git a/.github/workflows/deploy-prod-viewer.yml b/.github/workflows/deploy-prod-viewer.yml index 551e00c8..d40f2d2c 100644 --- a/.github/workflows/deploy-prod-viewer.yml +++ b/.github/workflows/deploy-prod-viewer.yml @@ -29,7 +29,7 @@ jobs: with: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: "npm" diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2432f987..b08450ac 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup NodeJS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: "npm" diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 277ccc3b..8f601749 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Setup NodeJS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: "npm" @@ -53,7 +53,7 @@ jobs: with: fetch-depth: 0 - name: Setup NodeJS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: "npm" @@ -77,7 +77,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup NodeJS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18 cache: "npm" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fcd88cee..701756d4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: token: ${{ steps.generate-token.outputs.token }} - name: Setup NodeJS - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: "lts/*" cache: npm diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 74ffc31c..fcac8922 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -28,7 +28,7 @@ jobs: ref: main - name: Setup node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: # The specific version of node itself isn't especially important # to us. diff --git a/.github/workflows/update-types.yml b/.github/workflows/update-types.yml index 27680fcf..c3dc3085 100644 --- a/.github/workflows/update-types.yml +++ b/.github/workflows/update-types.yml @@ -70,7 +70,7 @@ jobs: fetch-depth: 0 ref: main - name: Setup Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 'lts/*' cache: 'npm'