diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc9d2d0dbf..3f5ca05853 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: Lint & Test Build if: github.event_name == 'pull_request' runs-on: ubuntu-22.04 - container: node:18.18.2-alpine + container: node:18.20.8-alpine steps: - name: Checkout uses: actions/checkout@v3