Skip to content

Commit

Permalink
chore(*): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
neki-dev committed Jul 15, 2024
1 parent 01f985e commit 46a7347
Show file tree
Hide file tree
Showing 4 changed files with 2,872 additions and 11,827 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14.x'
- run: npm install
- run: npm run build
node-version: '20.x'
- name: Installing
run: yarn install
- name: Building
run: yarn build
Loading

0 comments on commit 46a7347

Please sign in to comment.