Skip to content

Commit

Permalink
Merge pull request #118 from lidofinance/feature/node-20
Browse files Browse the repository at this point in the history
Use node v20
  • Loading branch information
alx-khramov authored Jan 23, 2024
2 parents e4f8e8a + b21b77a commit e242c39
Show file tree
Hide file tree
Showing 5 changed files with 2,181 additions and 1,852 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'yarn'

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'yarn'

- name: Install dependencies
Expand All @@ -30,7 +30,7 @@ jobs:

- name: Authenticate in npm registry
run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
env:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish to npm registry
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {},
"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit e242c39

Please sign in to comment.