Skip to content

Commit

Permalink
bump node to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
mendesfabio committed Jun 18, 2024
1 parent 91a7188 commit 64e2b7b
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 64e2b7b

Please sign in to comment.