Skip to content

Commit

Permalink
fix(ci/release): update node
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed May 9, 2024
1 parent 364d317 commit b242c5a
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 @@ -35,7 +35,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: 'pnpm'
cache-dependency-path: 'pnpm-lock.yaml'

Expand Down

0 comments on commit b242c5a

Please sign in to comment.