From 426c0fbe892e630b6e36d85edac7906c773cf434 Mon Sep 17 00:00:00 2001 From: willbreitkreutz Date: Mon, 11 May 2026 11:18:47 -0500 Subject: [PATCH 1/2] try updated checkout action --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a130cf3..d958993 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,10 +12,11 @@ jobs: publish-to-npm: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-node@v6 with: node-version: 24 registry-url: https://registry.npmjs.org + package-manager-cache: false - run: npm ci - run: npm run pub From 1cb60c0a00e746e29b7a54699c8c2ac5241579be Mon Sep 17 00:00:00 2001 From: willbreitkreutz Date: Mon, 11 May 2026 13:58:11 -0500 Subject: [PATCH 2/2] add repository to package.json? --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 4f9772b..055957d 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,10 @@ "version": "4.0.7", "license": "MIT", "type": "module", + "repository": { + "type": "git", + "url": "git+https://github.com/USACE/groundwork.git" + }, "main": "./dist/groundwork.umd.cjs", "module": "./dist/groundwork.es.js", "files": [