diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93c2129c9f..63be1d1017 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Install Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 18.7 cache: npm - name: Install Dependencies run: npm ci @@ -83,7 +83,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 18.7 cache: npm - name: install dependencies run: npm ci @@ -102,7 +102,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 18.7 cache: npm - run: npm ci - run: npm test @@ -117,7 +117,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 18.7 cache: npm - run: npm ci - run: npm run build diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3088d399e9..7ae40f184b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 18.7 cache: 'npm' - name: install dependencies run: npm ci diff --git a/.github/workflows/deploy-pr.yml b/.github/workflows/deploy-pr.yml index fc3c59de3f..881465c3cb 100644 --- a/.github/workflows/deploy-pr.yml +++ b/.github/workflows/deploy-pr.yml @@ -18,7 +18,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 18.7 cache: 'npm' - name: install dependencies run: npm ci diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 6f1c3ec85c..29efc54b41 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 18.7 cache: 'npm' - name: install dependencies run: npm ci diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 6b7b4e4a0a..7da7424dd9 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 18.7 cache: 'npm' - name: install dependencies run: npm ci diff --git a/.github/workflows/update-transitive-dependencies.yaml b/.github/workflows/update-transitive-dependencies.yaml index 58c78df7a4..27bba3cb7f 100644 --- a/.github/workflows/update-transitive-dependencies.yaml +++ b/.github/workflows/update-transitive-dependencies.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 18.7 - name: remove and re-create lock file run: | rm package-lock.json