Skip to content

Commit 8fb2aa1

Browse files
Copilot0xrinegade
andcommitted
Fix Node.js version compatibility in GitHub Actions workflows
Co-authored-by: 0xrinegade <[email protected]>
1 parent 74ba17c commit 8fb2aa1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/comprehensive-e2e-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Node.js
4242
uses: actions/setup-node@v4
4343
with:
44-
node-version: '18'
44+
node-version: '20.18.0'
4545
cache: 'yarn'
4646

4747
- name: Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128
- name: Setup Node.js
129129
uses: actions/setup-node@v4
130130
with:
131-
node-version: '18'
131+
node-version: '20.18.0'
132132
cache: 'yarn'
133133

134134
- name: Install dependencies
@@ -189,7 +189,7 @@ jobs:
189189
- name: Setup Node.js
190190
uses: actions/setup-node@v4
191191
with:
192-
node-version: '18'
192+
node-version: '20.18.0'
193193
cache: 'yarn'
194194

195195
- name: Install dependencies
@@ -230,7 +230,7 @@ jobs:
230230
- name: Setup Node.js
231231
uses: actions/setup-node@v4
232232
with:
233-
node-version: '18'
233+
node-version: '20.18.0'
234234
cache: 'yarn'
235235

236236
- name: Install dependencies

.github/workflows/netlify-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Setup Node.js
114114
uses: actions/setup-node@v4
115115
with:
116-
node-version: '18'
116+
node-version: '20.18.0'
117117

118118
- name: Install Lighthouse CI
119119
run: npm install -g @lhci/cli

0 commit comments

Comments
 (0)