Skip to content

Commit

Permalink
change ci to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed May 28, 2024
1 parent 59b39c9 commit 1b55c5f
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 @@ -14,7 +14,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Install
run: yarn --frozen-lockfile
- name: Codegen
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Install
run: yarn --frozen-lockfile
- name: Lint
Expand Down

0 comments on commit 1b55c5f

Please sign in to comment.