Skip to content

Commit

Permalink
fix(CI): node version
Browse files Browse the repository at this point in the history
  • Loading branch information
krboktv committed Jul 10, 2024
1 parent 13b9c4a commit b7dfd5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 12
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
scope: ${{ github.repository_owner }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@1inch/permit-signed-approvals-utils",
"version": "1.5.0",
"version": "1.5.1",
"description": "Utils library for EIP-2612: permit – 712-signed approvals",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b7dfd5a

Please sign in to comment.