Skip to content

Commit

Permalink
Bump node version to 20 in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ovk committed Mar 5, 2024
1 parent 76f40cc commit fee047c
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 @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [ 12.x ]
node-version: [ 20.x ]

steps:
- name: SCM checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [ 12.x ]
node-version: [ 20.x ]

steps:
- name: SCM Checkout
Expand Down

0 comments on commit fee047c

Please sign in to comment.