Skip to content

Commit

Permalink
dev: fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
k11q committed Jul 15, 2023
1 parent c77706a commit 728158e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16

- name: Install dependencies
run: cd packages/radix-vue && npm install
Expand Down

0 comments on commit 728158e

Please sign in to comment.