Skip to content

Commit 02c24b0

Browse files
Merge pull request #49 from curvefi/chore/node
chore: new node lts & other dependencies
2 parents 6f65983 + f67fd52 commit 02c24b0

File tree

4 files changed

+213
-182
lines changed

4 files changed

+213
-182
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v2
1111
with:
12-
node-version: '22'
12+
node-version: 24
1313
- run: npm ci
1414
- run: npm run build
1515
- run: npm run lint

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup node version
4848
uses: actions/setup-node@v4
4949
with:
50-
node-version: '22'
50+
node-version: 24
5151
cache: npm
5252
registry-url: 'https://registry.npmjs.org'
5353
- name: Install modules

0 commit comments

Comments
 (0)