Skip to content

Commit

Permalink
build: set node version to 16.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SoYoung210 committed Dec 21, 2022
1 parent 80f12bf commit 3ad9a63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ jobs:
node-version: 16.15.0
- name: Install dependencies
run: yarn install --immutable
- name: Check Type
run: yarn typecheck
- name: Check Lint
run: yarn lint
- name: Run Test
run: yarn test
- name: Build Package
run: yarn build
- name: Release to npm registry
Expand Down

0 comments on commit 3ad9a63

Please sign in to comment.