Skip to content

Commit

Permalink
build: node
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchanglong committed Jun 12, 2024
1 parent 9e4c126 commit d314c68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: setup-node
uses: actions/setup-node@v4
with:
node-version: 18
- name: build
run: yarn build
-
Expand Down

0 comments on commit d314c68

Please sign in to comment.