Skip to content

Commit

Permalink
update versions in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
uwilken committed Jan 8, 2024
1 parent a5c10cf commit 7c16daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2
with:
version: 7.1.5
version: 8

- name: Setup NodeJS
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18
cache: 'pnpm'
cache-dependency-path: "studio-client/pnpm-lock.yaml"

Expand Down

0 comments on commit 7c16daf

Please sign in to comment.