Skip to content

Commit

Permalink
Merge pull request #56 from codenaz/chore/fix-publishing
Browse files Browse the repository at this point in the history
chore: use node 16 and npm install for publishing
  • Loading branch information
codenaz authored Mar 5, 2023
2 parents 4b40ce5 + 1c0760f commit 63192b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'

- name: Install deps
run: npm ci
run: npm install

- name: Build project
run: npm run build
Expand Down

0 comments on commit 63192b8

Please sign in to comment.