Skip to content

Commit

Permalink
Bump node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Sep 11, 2023
1 parent f79ba4d commit da3059f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2.2.2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'pnpm'

- name: Installing deps
Expand Down

0 comments on commit da3059f

Please sign in to comment.