Add API to get version information (#2309)
This commit is contained in:
6
.github/workflows/test-nodejs-addon-npm.yaml
vendored
6
.github/workflows/test-nodejs-addon-npm.yaml
vendored
@@ -48,6 +48,12 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Update version
|
||||
shell: bash
|
||||
run: |
|
||||
./new-release.sh
|
||||
git diff .
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
Reference in New Issue
Block a user