Skip to content

Commit 1b81637

Browse files
committed
chore: Update Node.js version and cache to use Yarn
1 parent 750f456 commit 1b81637

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
17+
18+
- name: Setup Node.js
19+
uses: actions/setup-node@v4
1820
with:
1921
node-version: 12.x
20-
cache: "npm"
22+
cache: 'yarn'
2123

2224
- name: Build dist
2325
run: |

0 commit comments

Comments
 (0)