diff --git a/.github/workflows/node-maintenance.yml b/.github/workflows/node-maintenance.yml index 55aa7ec47..a93529bb0 100644 --- a/.github/workflows/node-maintenance.yml +++ b/.github/workflows/node-maintenance.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Node JS uses: actions/setup-node@v2 with: - node-version: 14.17.4 + node-version: 14.17.5 - name: Regenerate package-lock.json run: make -C ui npm-upgrade diff --git a/.github/workflows/node-npm-audit.yml b/.github/workflows/node-npm-audit.yml index ee415aadd..a519e6714 100644 --- a/.github/workflows/node-npm-audit.yml +++ b/.github/workflows/node-npm-audit.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Node JS uses: actions/setup-node@v2 with: - node-version: 14.17.4 + node-version: 14.17.5 - name: Regenerate package-lock.json run: cd ui && npm audit fix diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3865dc877..b4166f5fe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -108,7 +108,7 @@ jobs: - name: Set up Node JS uses: actions/setup-node@v2 with: - node-version: 14.17.4 + node-version: 14.17.5 - name: Cache NPM modules id: cache-npm @@ -147,7 +147,7 @@ jobs: - name: Set up Node JS uses: actions/setup-node@v2 with: - node-version: 14.17.4 + node-version: 14.17.5 - name: Cache NPM modules id: cache-npm @@ -196,7 +196,7 @@ jobs: - name: Set up Node JS uses: actions/setup-node@v2 with: - node-version: 14.17.4 + node-version: 14.17.5 - name: Cache NPM modules id: cache-npm @@ -371,7 +371,7 @@ jobs: - name: Set up Node JS uses: actions/setup-node@v2 with: - node-version: 14.17.4 + node-version: 14.17.5 - name: Cache NPM modules id: cache-npm @@ -418,7 +418,7 @@ jobs: - name: Set up Node JS uses: actions/setup-node@v2 with: - node-version: 14.17.4 + node-version: 14.17.5 - name: Cache NPM modules id: cache-npm @@ -461,7 +461,7 @@ jobs: - name: Set up Node JS uses: actions/setup-node@v2 with: - node-version: 14.17.4 + node-version: 14.17.5 - name: Cache Go modules and build cache uses: actions/cache@v2 @@ -593,7 +593,7 @@ jobs: - name: Set up Node JS uses: actions/setup-node@v2 with: - node-version: 14.17.4 + node-version: 14.17.5 - name: Install Heroku CLI run: curl -s --connect-timeout 30 --fail https://cli-assets.heroku.com/install.sh | sh