Skip to content

Commit

Permalink
update node version (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinsandilya authored Aug 31, 2023
1 parent b332ea1 commit 724b511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-fern-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
# - fern/**

jobs:
build-deploy-js-sdk:
deploy-fern-external:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,7 +18,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 17
- name: Install Fern
run: npm install -g [email protected] && fern -v

Expand Down

1 comment on commit 724b511

@vercel
Copy link

@vercel vercel bot commented on 724b511 Aug 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

revert-client – ./

app.revert.dev
revert-client-git-main-revertdev.vercel.app
revert-client-revertdev.vercel.app

Please sign in to comment.