Skip to content

Commit 3d376c5

Browse files
chore(deps): update node.js
1 parent 6e6b9c4 commit 3d376c5

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

.github/workflows/compare-results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Use Node LTS version
5353
uses: actions/setup-node@v4
5454
with:
55-
node-version: 20
55+
node-version: 20.19.4
5656
cache: yarn
5757
cache-dependency-path: yarn.lock
5858

@@ -179,7 +179,7 @@ jobs:
179179
- name: Use Node LTS version
180180
uses: actions/setup-node@v4
181181
with:
182-
node-version: 20
182+
node-version: 20.19.4
183183
cache: yarn
184184

185185
- name: Enable Corepack

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- name: Use Node LTS version
156156
uses: actions/setup-node@v4
157157
with:
158-
node-version: 20
158+
node-version: 20.19.4
159159
cache: yarn
160160

161161
- name: Enable Corepack

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Use Node LTS version
6666
uses: actions/setup-node@v4
6767
with:
68-
node-version: 20
68+
node-version: 20.19.4
6969
cache: yarn
7070

7171
- name: Enable Corepack

.github/workflows/publish-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Use Node LTS version
5050
uses: actions/setup-node@v4
5151
with:
52-
node-version: 20
52+
node-version: 20.19.4
5353
cache: yarn
5454

5555
- name: Enable Corepack

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node.js
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 20
34+
node-version: 20.19.4
3535
cache: yarn
3636
- name: Install Dependencies
3737
run: yarn install --frozen-lockfile

.github/workflows/release.yml

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

2525
- name: Install Dependencies

.github/workflows/vrt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Use Node LTS version
5757
uses: actions/setup-node@v4
5858
with:
59-
node-version: 20
59+
node-version: 20.19.4
6060
cache: yarn
6161

6262
- name: Enable Corepack

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.2
1+
20.19.4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"adobe-spectrum"
132132
],
133133
"engines": {
134-
"node": ">=20.19.2"
134+
"node": ">=20.19.4"
135135
},
136136
"browserslist": [
137137
"last 2 Edge versions",

0 commit comments

Comments
 (0)