Skip to content

Commit

Permalink
that wasn't it – revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rgu0114 committed Nov 12, 2024
1 parent b2e6d06 commit f3ee06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: "^16.20.2"
node-version: "^18.20.0"
- name: Install
run: yarn install
- name: Build Client
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: "^16.20.2"
node-version: "^18.20.0"
- name: Install
run: |
yarn install
Expand Down

0 comments on commit f3ee06b

Please sign in to comment.