Skip to content

Commit

Permalink
fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Nov 7, 2022
1 parent a0f8ff3 commit 5293a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ref: ${{ inputs.ref }}
- uses: actions/setup-node@v3
with:
version: lts/*
node-version: 'lts/*'
cache: yarn
- run: yarn install
- run: yarn herman
Expand Down

0 comments on commit 5293a0b

Please sign in to comment.