Skip to content

Commit 89e71e3

Browse files
Test with Babel 8 on CI
1 parent 78f1932 commit 89e71e3

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,21 @@ jobs:
4444
- run: pnpm i --frozen-lockfile
4545
- run: pnpm test
4646

47+
test-babel-8:
48+
runs-on: ubuntu-latest
49+
timeout-minutes: 10
50+
51+
steps:
52+
- uses: actions/checkout@v4
53+
- uses: pnpm/action-setup@v4
54+
- uses: actions/setup-node@v4
55+
with:
56+
node-version: 22.x
57+
cache: pnpm
58+
- run: pnpm i
59+
- run: pnpm i @babel/core@^8.0.0-0 @babel/plugin-syntax-decorators@^8.0.0-0 @babel/plugin-transform-typescript@^8.0.0-0 --save
60+
- run: pnpm test
61+
4762
floating:
4863
runs-on: ubuntu-latest
4964
timeout-minutes: 10

0 commit comments

Comments
 (0)