Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Niurmiguel committed Jul 21, 2022
2 parents a4ca4fe + 8d5bf73 commit 1bdb4c3
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 274 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
Expand Down
Loading

0 comments on commit 1bdb4c3

Please sign in to comment.