Skip to content

Commit

Permalink
ci: update Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
vansergen committed Jan 28, 2024
1 parent 4bd65df commit e782207
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 @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
check-latest: true

- name: Install dependencies
Expand All @@ -40,7 +40,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
check-latest: true

- name: Import GPG key
Expand Down

0 comments on commit e782207

Please sign in to comment.