diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index d9ea887..07f5d9e 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -25,7 +25,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 8.14.1 + version: 9.6 - name: Setup node uses: actions/setup-node@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 294d9e2..4a5739f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: - uses: pnpm/action-setup@v4 if: ${{ steps.release.outputs.release_created }} with: - version: 8.14.1 + version: 9.6 - name: Setup node if: ${{ steps.release.outputs.release_created }} diff --git a/.nvmrc b/.nvmrc index 8b0beab..b8e593f 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.11.0 +20.15.1 diff --git a/flake.lock b/flake.lock index fadb388..f4444bb 100644 --- a/flake.lock +++ b/flake.lock @@ -2,17 +2,17 @@ "nodes": { "nixpkgs_node": { "locked": { - "lastModified": 1712688524, - "narHash": "sha256-B5whypp1JQ4l3Lt7SwLGtevXKvmA2oIdP/RuV7k9GcM=", + "lastModified": 1722366551, + "narHash": "sha256-AO/zhLsSGSfiL6YT4+8I41i72ce90F8HlShy50eWTm8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4f1d724b82db61237b5d7c669841b5f596e08e7f", + "rev": "cb276443480ea124714ace4e972e6b3170d797ff", "type": "github" }, "original": { "owner": "NixOS", + "ref": "master", "repo": "nixpkgs", - "rev": "4f1d724b82db61237b5d7c669841b5f596e08e7f", "type": "github" } }, diff --git a/flake.nix b/flake.nix index d880ad6..fe72005 100644 --- a/flake.nix +++ b/flake.nix @@ -2,8 +2,8 @@ description = "Flake to develop the CDapp using nix(OS)"; inputs = { - # node 20.11.1 - nixpkgs_node.url = "github:NixOS/nixpkgs/4f1d724b82db61237b5d7c669841b5f596e08e7f"; + # node 20.15.1 + nixpkgs_node.url = "github:NixOS/nixpkgs/master"; }; outputs = {