Skip to content

Commit

Permalink
fix: node version to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
erelsgl committed Jun 19, 2023
1 parent e4063b2 commit d2d46c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 'node'
node-version: '20.x'
- run: |
npm ci
- name: Semantic Release
Expand Down

0 comments on commit d2d46c9

Please sign in to comment.