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:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user