Skip to content

Commit

Permalink
ci: bump node version (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
abatilo authored Oct 27, 2024
1 parent 17e9087 commit e78f54a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 20.8.1
- name: Generate release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e78f54a

Please sign in to comment.