Skip to content

Commit cde36a7

Browse files
authored
chore: update CI to node 20 & update yarn.lock (#14304)
1 parent c9c4b96 commit cde36a7

File tree

3 files changed

+2931
-2553
lines changed

3 files changed

+2931
-2553
lines changed

.github/actions/node-and-build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ runs:
88
using: 'composite'
99
steps:
1010
- name: Setup Node.js 18
11-
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
11+
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1212
with:
13-
node-version: 18
13+
node-version: 20
1414
env:
1515
SEGMENT_DOWNLOAD_TIMEOUT_MINS: 2
1616
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@
9191
"@types/lodash": "4.14.182",
9292
"@types/node": "^8.9.5",
9393
"@types/puppeteer": "1.3.0",
94-
"@typescript-eslint/eslint-plugin": "^8.8.0",
95-
"@typescript-eslint/parser": "^8.8.0",
94+
"@typescript-eslint/eslint-plugin": "8.8.1",
95+
"@typescript-eslint/parser": "8.8.1",
9696
"babel-loader": "^8.3.0",
97-
"eslint": "^9.11.1",
97+
"eslint": "9.12.0",
9898
"eslint-config-prettier": "^9.1.0",
9999
"eslint-config-standard": "^17.1.0",
100100
"eslint-import-resolver-typescript": "^3.6.3",

0 commit comments

Comments
 (0)