diff --git a/.github/workflows/ci-e2e-ui.yml b/.github/workflows/ci-e2e-ui.yml index f2fcc8294..7453f1e5e 100644 --- a/.github/workflows/ci-e2e-ui.yml +++ b/.github/workflows/ci-e2e-ui.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2.3.1 - name: Use Node ${{ matrix.node_version }} - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: ${{ matrix.node_version }} - name: Install diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index 5ecd6f5b4..20c8bd198 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2.3.1 - name: Use Node ${{ matrix.node_version }} - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: ${{ matrix.node_version }} - name: Install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78b4fbe1f..5da589c4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2.3.3 - name: Use Node ${{ matrix.node_version }} - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: ${{ matrix.node_version }} - name: Install diff --git a/.github/workflows/e2e-angular-cli-workflow.yml b/.github/workflows/e2e-angular-cli-workflow.yml index c7117b5f7..600478f2e 100644 --- a/.github/workflows/e2e-angular-cli-workflow.yml +++ b/.github/workflows/e2e-angular-cli-workflow.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v2.3.3 - name: 'Use Node.js 14.x' - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 14.x - name: 'install latest npm' @@ -86,7 +86,7 @@ jobs: - uses: actions/checkout@v2.3.3 - name: 'Use Node.js 14.x' - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 14.x - name: 'install latest npm' @@ -123,7 +123,7 @@ jobs: - uses: actions/checkout@v2.3.3 - name: 'Use Node.js 16.x' - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 16.x - name: 'install latest npm' diff --git a/.github/workflows/e2e-gatsbyjs-cli-workflow.yml b/.github/workflows/e2e-gatsbyjs-cli-workflow.yml index 6bbaf248a..30cc98b49 100644 --- a/.github/workflows/e2e-gatsbyjs-cli-workflow.yml +++ b/.github/workflows/e2e-gatsbyjs-cli-workflow.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2.3.3 - name: 'Use Node.js 14.x' - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 14.x - name: 'install npm 6' @@ -50,7 +50,7 @@ jobs: - uses: actions/checkout@v2.3.3 - name: 'Use Node.js 14.x' - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 14.x - name: 'install npm 7' @@ -85,7 +85,7 @@ jobs: - uses: actions/checkout@v2.3.3 - name: 'Use Node.js 16.x' - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 16.x - name: 'install npm 8' diff --git a/.github/workflows/e2e-jest-workflow.yml b/.github/workflows/e2e-jest-workflow.yml index 9f22c3a7c..aaebbae52 100644 --- a/.github/workflows/e2e-jest-workflow.yml +++ b/.github/workflows/e2e-jest-workflow.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2.3.3 - name: 'Use Node.js 12.x' - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 12.x - name: Install Dependencies @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v2.3.3 - name: 'Use Node.js 12.x' - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 12.x - name: Install Dependencies @@ -80,7 +80,7 @@ jobs: - uses: actions/checkout@v2.3.3 - name: 'Use Node.js 12.x' - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 12.x - name: 'install latest npm' @@ -113,7 +113,7 @@ jobs: - uses: actions/checkout@v2.3.3 - name: 'Use Node.js 12.x' - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 12.x - name: 'install latest npm' @@ -147,7 +147,7 @@ jobs: - uses: actions/checkout@v2.3.3 - name: 'Use Node.js 12.x' - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 12.x - name: 'install latest pnpm' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48a30768c..89f5cdb78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2.3.3 - name: Use Node (latest) - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v2.5.1 with: node-version: 14 - name: Install