Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardini committed Dec 25, 2023
1 parent 1ead535 commit 5ac7f7a
Show file tree
Hide file tree
Showing 6 changed files with 28,591 additions and 25,158 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 17
node-version: lts/*

- name: Install
run: npm ci
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ yarn-error.log*
# supabase
/supabase/.branches
/supabase/.temp

# netlify
.netlify
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
lts/*
Loading

0 comments on commit 5ac7f7a

Please sign in to comment.