Skip to content

Commit

Permalink
build: updated node version in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey28 committed Aug 16, 2023
1 parent 6fc33a7 commit 60e605d
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 @@ -16,7 +16,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: 'https://registry.npmjs.org'
- uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 60e605d

Please sign in to comment.