Skip to content

chore(deps): update node.js to v20.18.1 #42

chore(deps): update node.js to v20.18.1

chore(deps): update node.js to v20.18.1 #42

Workflow file for this run

name: Check that image builds
on:
pull_request:
jobs:
test-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache Bazel
uses: actions/cache@v3
with:
path: |
~/.cache/bazel
key: ${{ runner.os }}-bazel-${{ hashFiles('.bazelversion', '.bazelrc', 'WORKSPACE', 'WORKSPACE.bazel', 'MODULE.bazel') }}
restore-keys: |
${{ runner.os }}-bazel-
- name: Check that the image builds
run: bazel test //...