Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 060ebbe

Browse files
author
Max
committed
fix: Version
1 parent a7b01c1 commit 060ebbe

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ jobs:
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424
- uses: actions/checkout@v2
25-
- uses: actions/[email protected]
26-
25+
- uses: actions/setup-node@v2
26+
with:
27+
node-version: '12.x'
28+
registry-url: 'https://registry.npmjs.org'
29+
2730
- name: Install dependencies
2831
run: yarn
2932

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"version": "0.15.0"
6+
"version": "0.15.2"
77
}

0 commit comments

Comments
 (0)