Skip to content

Commit

Permalink
ci(release): update Node.js version to 22 in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanpashkov committed Nov 19, 2024
1 parent ec53d3b commit 9944d0d
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 @@ -22,7 +22,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: node:20
container: node:22
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9944d0d

Please sign in to comment.