Skip to content

Commit

Permalink
fix: ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chicken committed Mar 14, 2024
1 parent ba1503a commit 76b4ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.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@v2
with:
node-version: 16
node-version: 18

- name: Restore CI Cache
uses: actions/cache@v2
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 18

- name: Restore CI Cache
uses: actions/cache@v2
Expand Down

0 comments on commit 76b4ec1

Please sign in to comment.