Skip to content

Commit

Permalink
chore: Update Node.js to v20 LTS
Browse files Browse the repository at this point in the history
- Update Node.js to V20
- Update pnpm to v9
  • Loading branch information
michaeldev5 committed May 20, 2024
1 parent 1450dcc commit 4b00caa
Show file tree
Hide file tree
Showing 8 changed files with 9,471 additions and 8,054 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: corepack enable
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: pnpm build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: "https://registry.npmjs.org"
if: ${{ steps.release.outputs.releases_created }}
- uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.18.2
v20.13.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"run:playground": "pnpm --filter=playground dev",
"run:landing-page": "pnpm --filter=landing-page dev"
},
"packageManager": "pnpm@8.5.1"
"packageManager": "pnpm@9.1.1"
}
3 changes: 1 addition & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "5.2.2"
},
"packageManager": "[email protected]"
}
}
3 changes: 1 addition & 2 deletions packages/xcm-analyser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@
"rollup-plugin-typescript2": "^0.36.0",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}
}
3 changes: 1 addition & 2 deletions packages/xcm-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,5 @@
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}
}
17,508 changes: 9,464 additions & 8,044 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 4b00caa

Please sign in to comment.