Skip to content

Commit 36388d0

Browse files
authored
Merge pull request #335 from signalwire/nko/ci-install-fern-preview
ci: pin fern-api to 5.26.4 and drop global CLI install steps
2 parents 4d9358c + 1354877 commit 36388d0

4 files changed

Lines changed: 5 additions & 11 deletions

File tree

.github/workflows/check.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: yarn install
2323

24-
- name: Install Fern CLI
25-
run: npm install -g fern-api
26-
2724
- name: Check API is valid
2825
run: yarn fern-check
2926
env:

.github/workflows/publish-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
- name: Install dependencies
2222
run: yarn install
2323

24-
- name: Install Fern CLI
25-
run: npm install -g fern-api
26-
2724
- name: Build TypeSpec specifications
2825
run: yarn build:specs
2926

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"postman:publish": "node scripts/postman/build-collection.mjs publish"
2424
},
2525
"devDependencies": {
26-
"fern-api": "^5.23.3",
26+
"fern-api": "5.26.4",
2727
"js-yaml": "^4.1.0",
2828
"openapi-to-postmanv2": "6.0.1"
2929
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -623,10 +623,10 @@ fastq@^1.6.0:
623623
dependencies:
624624
reusify "^1.0.4"
625625

626-
fern-api@^5.23.3:
627-
version "5.23.3"
628-
resolved "https://registry.yarnpkg.com/fern-api/-/fern-api-5.23.3.tgz#f1f204fd074c45ace02cb1e8b3d9166435c136f3"
629-
integrity sha512-LQSwA3Z1Qni5lFyGzM1VcwIFm5jlYA0QJWG+OvkouZ5uyNegSGB3+/TP9AaeC4tQUnx9bzwS5w4AnuKq13VDNg==
626+
fern-api@5.26.4:
627+
version "5.26.4"
628+
resolved "https://registry.yarnpkg.com/fern-api/-/fern-api-5.26.4.tgz#d7009b3a0b9d3b08c9e2220a660783a09a180a34"
629+
integrity sha512-XdZRDmvgxsB7PbHggLcqNuFCFOLbwV0xlQv5nJskC/406h3LW+pXPgK5On+2RMdjt88v9gYBF6sbgVYZHI0OgQ==
630630
optionalDependencies:
631631
"@boundaryml/baml" "^0.219.0"
632632

0 commit comments

Comments
 (0)