Skip to content

Commit

Permalink
Merge pull request #6 from crisconru/dev
Browse files Browse the repository at this point in the history
v0.0.3
  • Loading branch information
crisconru authored May 6, 2024
2 parents 174ee92 + 1761dd6 commit 2aaa8dc
Show file tree
Hide file tree
Showing 6 changed files with 2,954 additions and 583 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- name: 👍 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ❇️ Setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand All @@ -38,12 +38,12 @@ jobs:

steps:
- name: 👍 Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ❇️ Setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'

- name: 📥 Install Dependencies
Expand Down
Loading

0 comments on commit 2aaa8dc

Please sign in to comment.