File tree Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,14 @@ on: push
44
55jobs :
66 build-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 :
1414 node-version : 20
15- cache : " yarn"
1615 - name : Install
1716 run : yarn --frozen-lockfile
1817 - name : Build
Original file line number Diff line number Diff line change 2323jobs :
2424 analyze :
2525 name : Analyze
26- runs-on : macos -latest
26+ runs-on : ubuntu -latest
2727 permissions :
2828 actions : read
2929 contents : read
Original file line number Diff line number Diff line change @@ -4,15 +4,14 @@ on: push
44
55jobs :
66 lint-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 :
1414 node-version : 20
15- cache : " yarn"
1615 - name : Install
1716 run : yarn --frozen-lockfile
1817 - name : Lint
Original file line number Diff line number Diff line change 88
99jobs :
1010 publish :
11- runs-on : macos -latest
11+ runs-on : ubuntu -latest
1212 env :
1313 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1414 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
1919 uses : actions/setup-node@v4
2020 with :
2121 node-version : 20
22- cache : " yarn"
2322 - name : Install
2423 run : yarn --frozen-lockfile
2524 - name : Bundle
Original file line number Diff line number Diff line change @@ -4,15 +4,14 @@ on: push
44
55jobs :
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 :
1414 node-version : 20
15- cache : " yarn"
1615 - name : Install
1716 run : yarn --frozen-lockfile
1817 - name : Test
You can’t perform that action at this time.
0 commit comments