Skip to content

Commit 97b733a

Browse files
authored
Merge pull request #355 from api3dao/renovate/major-other-major-updates
chore(deps): update other major updates (major)
2 parents c2e0d8a + 845d17f commit 97b733a

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/ continuous-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
- name: Check out repo
88
uses: actions/checkout@v5
99
- name: Setup Node.js
10-
uses: actions/setup-node@v5
10+
uses: actions/setup-node@v6
1111
with:
12-
node-version: '22.21.1'
12+
node-version: '24.11.0'
1313
- run: yarn
1414
- run: yarn lint
1515
- run: yarn test

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,11 +1296,16 @@
12961296
dependencies:
12971297
eslint-visitor-keys "^3.4.3"
12981298

1299-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
1299+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.5.1":
13001300
version "4.12.1"
13011301
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
13021302
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
13031303

1304+
"@eslint-community/regexpp@^4.6.1":
1305+
version "4.12.2"
1306+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
1307+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
1308+
13041309
"@eslint/eslintrc@^2.1.4":
13051310
version "2.1.4"
13061311
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"

0 commit comments

Comments
 (0)