Skip to content

Commit ad53951

Browse files
committed
build: bump node to v20 lts
1 parent e6a81d3 commit ad53951

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Node
1212
uses: actions/setup-node@v4
1313
with:
14-
node-version: 16
14+
node-version: 20
1515
cache: 'yarn'
1616

1717
- name: Install dependencies

.github/workflows/deploy-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 16
34+
node-version: 20
3535
cache: 'yarn'
3636
- name: Setup Pages
3737
id: config_pages

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Node
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 16
26+
node-version: 20
2727
cache: 'yarn'
2828

2929
- name: Install dependencies

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Lido
3+
Copyright (c) 2024 Lido
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/sdk/LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Lido
3+
Copyright (c) 2024 Lido
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/sdk/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@
147147
"graphql-request": "^6.1.0",
148148
"viem": "^2.0.6"
149149
},
150+
"engines": {
151+
"node": ">=20"
152+
},
150153
"devDependencies": {
151154
"@jest/globals": "^29.7.0",
152155
"@types/fs-extra": "^11.0.1",

0 commit comments

Comments
 (0)