Skip to content

Commit e78f54a

Browse files
authored
ci: bump node version (#78)
1 parent 17e9087 commit e78f54a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- uses: actions/checkout@master
40+
- uses: actions/setup-node@v4
41+
with:
42+
node-version: 20.8.1
4043
- name: Generate release
4144
env:
4245
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)