From 341789ebaaa152e3ba1484c8e38764e0f455b08d Mon Sep 17 00:00:00 2001 From: Neal Beeken Date: Wed, 22 May 2024 15:02:01 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20get=20code=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb815b2..ce15838 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,12 +15,16 @@ jobs: node: ['20.x'] # '16.x', '18.x', name: Node.js ${{ matrix.node }} build steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} cache: 'npm' registry-url: 'https://registry.npmjs.org' + - run: npm install -g npm@latest shell: bash + - run: node .github/scripts/libmongocrypt.mjs shell: bash