Skip to content

Commit ec7a7f9

Browse files
authored
Chore update Node.js version to 20.20.2 in CI workflows (#6277)
chore: update Node.js version to 20.20.2 in CI workflows
1 parent 3d75977 commit ec7a7f9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
platform: [ubuntu-latest]
17-
node-version: [18.15.0]
17+
node-version: [20.20.2]
1818
runs-on: ${{ matrix.platform }}
1919
env:
2020
PUPPETEER_SKIP_DOWNLOAD: true

.github/workflows/publish-agentflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: actions/setup-node@v6
4444
with:
45-
node-version: '18.15.0'
45+
node-version: '20.20.2'
4646
registry-url: 'https://registry.npmjs.org'
4747

4848
- name: Validate custom version
@@ -107,7 +107,7 @@ jobs:
107107

108108
- uses: actions/setup-node@v6
109109
with:
110-
node-version: '18.15.0'
110+
node-version: '20.20.2'
111111
registry-url: 'https://registry.npmjs.org'
112112

113113
- name: Install dependencies

0 commit comments

Comments
 (0)