Skip to content

Commit c557ddc

Browse files
BayheckBayheck
andauthored
update: node version in publish workflow updated (#3018)
Co-authored-by: Bayheck <adil.rakhaliyev@devexpress.com>
1 parent 8b13052 commit c557ddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: git fetch --force --tags
1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: 16
19+
node-version: 18
2020
registry-url: 'https://registry.npmjs.org'
2121
- run: npm install
2222
- run: npm run publish-please-only

0 commit comments

Comments
 (0)