We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8bdab commit 0bb815aCopy full SHA for 0bb815a
2 files changed
.github/workflows/extension-build.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set Node.js
16
uses: actions/setup-node@v3
17
with:
18
- node-version: "20.10.0"
+ node-version: "20.19.0"
19
cache: "yarn"
20
cache-dependency-path: "app/client/yarn.lock"
21
.github/workflows/extension-release.yml
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
cache-dependency-path: "app/extension/yarn.lock"
67
0 commit comments