Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
moisout committed Jun 13, 2024
1 parent 35140e8 commit 192ae70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [20]

steps:
- name: Checkout
Expand All @@ -50,7 +50,7 @@ jobs:
name: Install pnpm
id: pnpm-install
with:
version: 8
version: 9

- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 192ae70

Please sign in to comment.