From 048f0cff2a0c0fe6e29232ab983cce4d20078dae Mon Sep 17 00:00:00 2001 From: Joshua Wehner Date: Mon, 20 Feb 2023 15:01:20 +0100 Subject: [PATCH] [CI] Specifying node version explicitly (#19154) --- .github/workflows/ci-cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 654cddbc6..5d284d7f0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -50,6 +50,7 @@ jobs: restore-keys: ${{ runner.os }}-node-modules- - uses: actions/setup-node@v3 with: + node-version: 16 cache: yarn - run: yarn install --frozen-lockfile - name: setup ruby @@ -89,6 +90,7 @@ jobs: restore-keys: ${{ runner.os }}-node-modules- - uses: actions/setup-node@v3 with: + node-version: 16 cache: yarn - run: yarn install --frozen-lockfile - run: yarn lint:frontend @@ -144,6 +146,7 @@ jobs: restore-keys: ${{ runner.os }}-node-modules- - uses: actions/setup-node@v3 with: + node-version: 16 cache: yarn - run: yarn install --frozen-lockfile - name: setup ruby @@ -191,6 +194,7 @@ jobs: restore-keys: ${{ runner.os }}-node-modules- - uses: actions/setup-node@v3 with: + node-version: 16 cache: yarn - run: yarn install --frozen-lockfile - name: setup ruby