Skip to content

Commit

Permalink
ci: execute on Node@20 per default
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 29, 2023
1 parent 77b77bd commit e4c0ea2
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 @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [ 16 ]
node-version: [ 20 ]

steps:
- name: Checkout
Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [ 16, 20 ]
node-version: [ 16 ]

steps:
- name: Checkout
Expand Down

0 comments on commit e4c0ea2

Please sign in to comment.