Skip to content

Commit be171a7

Browse files
added npm install
1 parent b605559 commit be171a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/autoupdate-sdk.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
- uses: actions/setup-go@v5
1616
with:
1717
go-version-file: 'go.mod'
18+
- name: Setup Node
19+
uses: actions/setup-node@v4
20+
with:
21+
node-version: '20.x'
22+
- name: Install npm dependencies
23+
run: npm install
1824
- run: go install github.com/icholy/gomajor@latest
1925
- id: version
2026
run: echo "VERSION=$(curl -sSfL -X GET https://api.github.com/repos/mongodb/atlas-sdk-go/releases/latest | jq -r '.tag_name')" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)