Skip to content

Commit 03562e9

Browse files
author
Dmitry Bakhtiyarov
committed
bumped node-version for the pipeline
1 parent d794479 commit 03562e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Setup .npmrc file to publish to npm
2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: "16.x"
27+
node-version: "20.x"
2828
registry-url: "https://registry.npmjs.org/"
2929

3030
- run: yarn install --immutable --immutable-cache --check-cache

0 commit comments

Comments
 (0)