Skip to content

Commit 0bb815a

Browse files
committed
fix(extension): use compatible Node version in workflows
1 parent ff8bdab commit 0bb815a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/extension-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set Node.js
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: "20.10.0"
18+
node-version: "20.19.0"
1919
cache: "yarn"
2020
cache-dependency-path: "app/client/yarn.lock"
2121

.github/workflows/extension-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set Node.js
6262
uses: actions/setup-node@v3
6363
with:
64-
node-version: "20.10.0"
64+
node-version: "20.19.0"
6565
cache: "yarn"
6666
cache-dependency-path: "app/extension/yarn.lock"
6767

0 commit comments

Comments
 (0)