Skip to content

Commit

Permalink
🐛 fix: Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 8, 2023
1 parent d4ea671 commit 7d112d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ on:
push:
branches:
- main
- alpha
- beta
- rc

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '18'

- name: Install deps
run: pnpm install
Expand Down

0 comments on commit 7d112d5

Please sign in to comment.