Skip to content

Commit 549c376

Browse files
committed
chore: update npm beyond install command
1 parent da2533f commit 549c376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- name: Install BeyondJS globally
23-
run: npm install -g beyond
23+
run: npm install -g beyond@latest
2424

2525
- name: Install dependencies
2626
working-directory: src

0 commit comments

Comments
 (0)