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