Skip to content

Commit

Permalink
deploy: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
berviantoleo authored Jun 21, 2021
1 parent 3a69472 commit b1da47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://npm.pkg.github.com'
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
publish_dir: ./docs
- name: Use Node.js ${{ matrix.node-version }}
if: ${{ github.event_name == 'push' && matrix.node-version == '14.x' }}
uses: actions/setup-node@v2
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit b1da47a

Please sign in to comment.