Skip to content

Commit

Permalink
chore: get code 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed May 22, 2024
1 parent 7c4a0c8 commit 341789e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 341789e

Please sign in to comment.