diff --git a/.github/workflows/developer-site-ci.yml b/.github/workflows/developer-site-ci.yml index a5886bff6360..c9b12b6d4a45 100644 --- a/.github/workflows/developer-site-ci.yml +++ b/.github/workflows/developer-site-ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 # Installs node and yarn - name: Use Node.js 12 - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v3.6.0 with: node-version: '12.x' # Install git diff --git a/.github/workflows/developer-site-deploy.yml b/.github/workflows/developer-site-deploy.yml index da63564f5610..4dbf950b6f8d 100644 --- a/.github/workflows/developer-site-deploy.yml +++ b/.github/workflows/developer-site-deploy.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 # Installs node and yarn - name: Use Node.js 12 - uses: actions/setup-node@v2.1.2 + uses: actions/setup-node@v3.6.0 with: node-version: '12.x' # Install git