Skip to content

Commit

Permalink
feat: install dependencies first
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Dec 1, 2020
1 parent 2d5a508 commit fbdf32e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-publish.yml
Expand Up @@ -10,6 +10,12 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Use Node 14
uses: actions/setup-node@v1
with:
node-version: 14
- name: Install dependencies with yarn
run: yarn install --frozen-lockfile
- name: Publish eslint-config
uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit fbdf32e

Please sign in to comment.