Skip to content

Commit

Permalink
Update CI to node 18 and pin pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
budak7273 committed Apr 19, 2024
1 parent c612366 commit b0497fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
version: 8

- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: 'pnpm'

- name: Install Dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest
version: 8

- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: 'pnpm'

- name: Install Dependencies
Expand Down

0 comments on commit b0497fd

Please sign in to comment.