Skip to content

Commit

Permalink
chore: update node version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMassimo committed Nov 16, 2023
1 parent 02a9530 commit ef79261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [14.x]
node: [18.x]

runs-on: ${{ matrix.os }}

Expand All @@ -18,7 +18,7 @@ jobs:

- uses: pnpm/action-setup@v2.2.2
with:
version: 7.4.1
version: 8.8.0

- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit ef79261

Please sign in to comment.