Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mav10 authored Nov 3, 2022
1 parent a89c489 commit 2f3339c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: 🟢 node
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: Install dependencies
run: |
yarn install --cwd example --frozen-lockfile
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
registry-url: 'https://npm.pkg.github.com'
scope: '@mcctomsk'
- name: Install dependencies
Expand All @@ -58,7 +58,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
registry-url: 'https://registry.npmjs.org'
scope: 'mav10'
- name: Install dependencies
Expand Down

0 comments on commit 2f3339c

Please sign in to comment.