Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
fix(ci): migration
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Aug 1, 2024
1 parent 30b4da7 commit bfb3b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20.3.0"
node-version: "20.10.0"

- name: Yarn Install
run: yarn install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "20.3.0"
node-version: "20.10.0"

- name: Install
run: yarn install
Expand Down

0 comments on commit bfb3b41

Please sign in to comment.