Skip to content

Commit

Permalink
Merge pull request #54 from bonartm/update-node-in-ci
Browse files Browse the repository at this point in the history
Update node version in ci
  • Loading branch information
bonartm authored Oct 11, 2024
2 parents 5305f4b + 78cca63 commit 1545462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
node-version: [20.x]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 1545462

Please sign in to comment.