Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
ci: run tests on node 18 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Dec 13, 2023
1 parent d88549e commit e151976
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 @@ -17,7 +17,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: "pnpm"

- name: 📦 Install dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: "pnpm"

- name: 📦 Install dependencies
Expand Down

0 comments on commit e151976

Please sign in to comment.