Skip to content

Commit

Permalink
chore: Update to node v18 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Apr 23, 2022
1 parent b6f232d commit 269a005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm install --global pnpm
- run: pnpm install --frozen-lockfile
env:
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm install --global pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- run: npm install --global pnpm
- run: pnpm install --frozen-lockfile
env:
Expand Down

0 comments on commit 269a005

Please sign in to comment.