This commit is contained in:
parent
06d0ffa488
commit
1f475699f4
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 19
|
||||||
- run: |
|
- run: |
|
||||||
npm ci
|
npm ci
|
||||||
${{ matrix.build }}
|
${{ matrix.build }}
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 19
|
||||||
- run: npm install-ci-test
|
- run: npm install-ci-test
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -84,7 +84,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 19
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
- run: npm ci && npm publish
|
- run: npm ci && npm publish
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue