Skip to content

Commit 086a501

Browse files
Pin dependency node to 20.20.2
1 parent ebe867f commit 086a501

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: "20.x"
32+
node-version: "20.20.2"
3333
- name: Cache node modules
3434
uses: actions/cache@v4
3535
env:

.github/workflows/deploy-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: "20"
18+
node-version: "20.20.2"
1919

2020
- name: Install dependencies
2121
run: yarn --prefer-offline --frozen-lockfile install

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: "20.x"
27+
node-version: "20.20.2"
2828
- name: Cache node modules
2929
uses: actions/cache@v4
3030
env:

.github/workflows/electron-build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup node
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 20.20.2
1818
cache: "yarn"
1919
- name: Cache node modules
2020
uses: actions/cache@v4

.github/workflows/electron-build-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: "20.x"
21+
node-version: "20.20.2"
2222
cache: "yarn"
2323
- name: Cache node modules
2424
uses: actions/cache@v4

.github/workflows/electron-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup node
2020
uses: actions/setup-node@v4
2121
with:
22-
node-version: 20
22+
node-version: 20.20.2
2323
cache: "yarn"
2424
- name: Cache node modules
2525
uses: actions/cache@v4

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: "20.x"
20+
node-version: "20.20.2"
2121
cache: "yarn"
2222
- name: Cache node modules
2323
uses: actions/cache@v4

0 commit comments

Comments
 (0)