Skip to content

Commit

Permalink
ci: bump node version to v20 in release workflow (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdoster authored Jan 18, 2024
1 parent 3f4b685 commit 722d13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: Fetch dependencies
run: |
Expand Down

0 comments on commit 722d13c

Please sign in to comment.