Skip to content

Commit 70a6fbb

Browse files
committed
ci: let publish workflow use node v20 like in test workflow
1 parent 46ffda4 commit 70a6fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/setup-node@v3
4242
with:
4343
cache: yarn
44-
node-version: 18.x
44+
node-version: 20.x
4545
registry-url: https://registry.npmjs.org
4646
cache-dependency-path: labextension/yarn.lock
4747

0 commit comments

Comments
 (0)