Skip to content

Commit 4eff233

Browse files
committed
🐎 ci(update): workflow
1 parent 6f450dc commit 4eff233

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/npm-ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v4
1010
# Setup .npmrc file to publish to npm
11-
- uses: actions/setup-node@v2
11+
- uses: actions/setup-node@v4
1212
with:
1313
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
15-
- run: npm ci
15+
- run: npm install -g pnpm
16+
- run: pnpm install --frozen-lockfile
1617
- run: npm test
1718
- run: npm run build --if-present
1819
- run: npm publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vhidvz/wfjs",
3-
"version": "5.0.7",
3+
"version": "5.0.8",
44
"description": "Workflow Engine (BPMN Engine)",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)