Skip to content

Commit c440cca

Browse files
PoulphunterPoulphunter
authored andcommitted
chore(deps): update node.js and babel/eslint dependencies to latest versions
Upgrade Node.js to 24.x and update Babel and ESLint dependencies to their latest versions, including adding peer dependencies where applicable.
1 parent ccb37cb commit c440cca

File tree

4 files changed

+344
-216
lines changed

4 files changed

+344
-216
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: '20.x'
42+
node-version: '24.x'
4343
cache: 'npm'
4444
- run: npm ci
4545
- run: npm run lint

0 commit comments

Comments
 (0)