Skip to content

Commit

Permalink
ci: use nodejs 20
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Sep 20, 2023
1 parent cf471bf commit ac14d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
# cache: 'yarn'

- name: Fetch deps
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04, windows-latest ]
node-version: [ 18 ]
node-version: [ 20 ]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ac14d16

Please sign in to comment.