Skip to content

Commit 7e455d5

Browse files
chore(deps): update node.js
1 parent bc10505 commit 7e455d5

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
@@ -157,7 +157,7 @@ jobs:
157157
- name: Use Node LTS version
158158
uses: actions/setup-node@v4
159159
with:
160-
node-version: 20
160+
node-version: 20.19.4
161161
cache: yarn
162162

163163
- 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
@@ -133,7 +133,7 @@
133133
"adobe-spectrum"
134134
],
135135
"engines": {
136-
"node": ">=20.19.2"
136+
"node": ">=20.19.4"
137137
},
138138
"browserslist": [
139139
"last 2 Edge versions",

0 commit comments

Comments
 (0)