Skip to content

Commit

Permalink
ci(publish): use node14
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz authored May 21, 2020
1 parent 0bfcfb1 commit e8bacef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docgen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: Install Node v12
- name: Install Node v14
uses: actions/setup-node@master
with:
node-version: 12
node-version: 14
- name: Install dependencies
run: yarn install --frozen-lockfile
env:
Expand Down

0 comments on commit e8bacef

Please sign in to comment.