We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b605559 commit be171a7Copy full SHA for be171a7
.github/workflows/autoupdate-sdk.yaml
@@ -15,6 +15,12 @@ jobs:
15
- uses: actions/setup-go@v5
16
with:
17
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
24
- run: go install github.com/icholy/gomajor@latest
25
- id: version
26
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