Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/witnesses-vote
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Dec 23, 2024
2 parents 1142752 + 1779f47 commit cbc62e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/any.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -22,4 +22,4 @@ jobs:
- name: build
run: yarn build
env:
CI: true
CI: true

0 comments on commit cbc62e1

Please sign in to comment.