1
mirror of https://github.com/jakejarvis/rdapper.git synced 2025-12-02 19:23:49 -05:00

Update GitHub Actions workflow to install the latest npm version before publishing

This commit is contained in:
2025-10-20 14:24:35 -04:00
parent 2f0e784cf7
commit b9d4d42e19

View File

@@ -17,6 +17,6 @@ jobs:
with:
node-version: "22"
registry-url: "https://registry.npmjs.org"
- run: npm install -g npm@latest
- run: npm ci
- run: npm run build --if-present
- run: npm publish