Skip to content

Commit

Permalink
ci: adjust node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed May 13, 2022
1 parent 421c3d7 commit 031f4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: pnpm

- name: Install
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
cache: pnpm

- name: Install dependencies
Expand Down

0 comments on commit 031f4ba

Please sign in to comment.