Skip to content

Commit

Permalink
chore: updated publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
devlargs committed Aug 6, 2024
1 parent a549559 commit c0cd8c6
Show file tree
Hide file tree
Showing 3 changed files with 5,422 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '21.4'
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies and build 🔧
run: npm ci
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
node_modules
package-lock.json
dist
lib
Loading

0 comments on commit c0cd8c6

Please sign in to comment.