Skip to content

Commit 89493c2

Browse files
author
Chuanqi
committed
Update action worker version
1 parent a8d280a commit 89493c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/branch-tag-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js environment
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: 16.x
19+
node-version: 18.x
2020
registry-url: https://registry.npmjs.org/
2121
- run: npm ci
2222
- run: npm run build

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osmoscraft/osmosnote",
3-
"version": "1.0.0-alpha.20",
3+
"version": "1.0.0-alpha.21",
44
"description": "",
55
"main": "main.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)