Skip to content

Commit

Permalink
ci: migrate to node@20
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Sep 22, 2023
1 parent 65b92a9 commit a7a2424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04 ]
node-version: [ 16 ]
node-version: [ 20 ]

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/POST_RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ 16 ]
node-version: [ 20 ]

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

Expand Down

0 comments on commit a7a2424

Please sign in to comment.