Skip to content

Commit 341789e

Browse files
committed
chore: get code 🤦
1 parent 7c4a0c8 commit 341789e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ jobs:
1515
node: ['20.x'] # '16.x', '18.x',
1616
name: Node.js ${{ matrix.node }} build
1717
steps:
18+
- uses: actions/checkout@v4
19+
1820
- uses: actions/setup-node@v4
1921
with:
2022
node-version: ${{ matrix.node }}
2123
cache: 'npm'
2224
registry-url: 'https://registry.npmjs.org'
25+
2326
- run: npm install -g npm@latest
2427
shell: bash
28+
2529
- run: node .github/scripts/libmongocrypt.mjs
2630
shell: bash

0 commit comments

Comments
 (0)