diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a6a8b4e..30b8cff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,9 +27,9 @@ jobs: version: 4.0.19 actions-cache-folder: ".emsdk-cache" - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: "22.16.0" + node-version: "24.13.1" registry-url: "https://registry.npmjs.org" - name: Install yarn package manager run: npm install --global yarn diff --git a/.github/workflows/run_unit_tests.yml b/.github/workflows/run_unit_tests.yml index e317be7..f535fb4 100644 --- a/.github/workflows/run_unit_tests.yml +++ b/.github/workflows/run_unit_tests.yml @@ -23,9 +23,9 @@ jobs: version: 4.0.19 actions-cache-folder: ".emsdk-cache" - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: "22.16.0" + node-version: "24.13.1" - name: Install yarn package manager run: npm install --global yarn - name: Install dependencies @@ -43,9 +43,6 @@ jobs: run: | yarn run clean yarn run build - - name: Perform npm package publish dry run - run: | - npm publish . --dry-run macos: name: Build and run tests on macOS runs-on: ${{ matrix.os }} @@ -64,9 +61,9 @@ jobs: version: 4.0.19 actions-cache-folder: ".emsdk-cache" - name: Setup Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: - node-version: "22.16.0" + node-version: "24.13.1" - name: Install yarn package manager run: npm install --global yarn - name: Install dependencies @@ -90,6 +87,4 @@ jobs: - name: Build WebAssembly bindings run: | yarn run clean - yarn run build - - name: Perform npm package publish dry run - run: npm publish . --dry-run \ No newline at end of file + yarn run build \ No newline at end of file diff --git a/package.json b/package.json index 8cc3752..ebea493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "@imagingdatacommons/dicomicc", "version": "0.2.3", + "description": "WASM bindings and JavaScript API for the dicomicc C library", "main": "dist/dicomiccwasm.js", "publishConfig": { @@ -24,7 +25,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/imagingdatacommons/libdicomicc.git" + "url": "git+https://github.com/imagingdatacommons/libdicomicc.git" }, "keywords": [ "ICC",