Skip to content

Commit 0454da6

Browse files
authored
chore: Update @swc/core to v1.11.18 (#434)
1 parent 703c39e commit 0454da6

File tree

3 files changed

+63
-66
lines changed

3 files changed

+63
-66
lines changed

.github/workflows/CI.yml

+13-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ env:
1919
jobs:
2020
npm-test:
2121
name: "Integration Test"
22-
runs-on: ubuntu-latest
22+
strategy:
23+
fail-fast: false
24+
matrix:
25+
os:
26+
- ubuntu-latest
27+
- macos-latest
28+
runs-on: ${{ matrix.os }}
2329
steps:
2430
- uses: actions/checkout@v4
2531

@@ -45,10 +51,15 @@ jobs:
4551
shared-key: "npm-test"
4652
cache-on-failure: true
4753

48-
- run: |
54+
- name: Update corepack
55+
run: |
4956
echo "Before: corepack version => $(corepack --version || echo 'not installed')"
5057
npm install -g corepack@latest
5158
echo "After : corepack version => $(corepack --version)"
59+
echo "Before: corepack version => $(corepack --version || echo 'not installed')"
60+
61+
- name: Install corepack, pnpm, and dependencies
62+
run: |
5263
corepack enable
5364
pnpm --version
5465
pnpm i

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"devDependencies": {
1010
"@changesets/cli": "^2.27.1",
11-
"@swc/core": "^1.11.7",
11+
"@swc/core": "^1.11.18",
1212
"@taplo/cli": "^0.7.0",
1313
"@types/node": "^22.13.9",
1414
"husky": "^9.0.11",

pnpm-lock.yaml

+49-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)