We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f450dc commit 4eff233Copy full SHA for 4eff233
.github/workflows/npm-ci.yml
@@ -6,13 +6,14 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
10
# Setup .npmrc file to publish to npm
11
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v4
12
with:
13
node-version: '20.x'
14
registry-url: 'https://registry.npmjs.org'
15
- - run: npm ci
+ - run: npm install -g pnpm
16
+ - run: pnpm install --frozen-lockfile
17
- run: npm test
18
- run: npm run build --if-present
19
- run: npm publish
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vhidvz/wfjs",
3
- "version": "5.0.7",
+ "version": "5.0.8",
4
"description": "Workflow Engine (BPMN Engine)",
5
"main": "index.js",
"types": "index.d.ts",
0 commit comments