Skip to content

Commit

Permalink
Use node v18 on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Jan 3, 2024
1 parent ded114f commit f4a453b
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 @@ -10,10 +10,10 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: latest
- name: Set up Node.js 16
- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: 'pnpm'
- name: Install
run: pnpm install
Expand Down

0 comments on commit f4a453b

Please sign in to comment.