Skip to content

Commit

Permalink
Merge pull request #39 from crustio/tony/update_git_workflows
Browse files Browse the repository at this point in the history
Update node version in git workflows
  • Loading branch information
TonyCode2012 authored Dec 15, 2023
2 parents da3ebfb + 79354ee commit e8b99af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit e8b99af

Please sign in to comment.