Skip to content

Commit

Permalink
chore: Update Node.js version and cache to use Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Sep 5, 2024
1 parent 750f456 commit 1b81637
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4

- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 12.x
cache: "npm"
cache: 'yarn'

- name: Build dist
run: |
Expand Down

0 comments on commit 1b81637

Please sign in to comment.