Skip to content

Commit 42746e6

Browse files
committed
ci
1 parent 034bcc8 commit 42746e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on: push
44

55
jobs:
66
test-code:
7-
runs-on: macos-latest
7+
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
1010
uses: actions/checkout@v4
1111
- name: Set up Node
1212
uses: actions/setup-node@v4
1313
with:
14-
architecture: 'arm64'
1514
node-version: 20
15+
cache: 'yarn'
1616
- name: Install
17-
run: yarn --frozen-lockfile
17+
run: yarn
1818
- name: Test
1919
run: yarn test

0 commit comments

Comments
 (0)