We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2533f commit 549c376Copy full SHA for 549c376
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
registry-url: 'https://registry.npmjs.org'
21
22
- name: Install BeyondJS globally
23
- run: npm install -g beyond
+ run: npm install -g beyond@latest
24
25
- name: Install dependencies
26
working-directory: src
0 commit comments