Skip to content

Commit

Permalink
🐛 fix: ci
Browse files Browse the repository at this point in the history
Signed-off-by: SimonShiki <sinangentoo@gmail.com>
  • Loading branch information
SimonShiki committed Nov 12, 2023
1 parent b8d33ce commit d9ac71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'yarn'
- name: Install and build
run: yarn install --frozen-lockfile && yarn run build

0 comments on commit d9ac71f

Please sign in to comment.