File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 66jobs :
77 test-tree-shaking-pull-request :
88 name : ${{ matrix.bundler }} ${{ matrix.target }} ${{ matrix.module }}
9- runs-on : ubuntu-22.04
9+ runs-on : ubuntu-latest
1010 strategy :
1111 fail-fast : false
1212 matrix :
Original file line number Diff line number Diff line change 1414jobs :
1515 update :
1616 name : Update Docs
17- runs-on : ubuntu-20.04
17+ runs-on : ubuntu-latest
1818 container : node:16.15.1-bullseye
1919 steps :
2020 - name : Checkout main
Original file line number Diff line number Diff line change 66jobs :
77 lint-pull-request :
88 name : Lint
9- runs-on : ubuntu-22.04
9+ runs-on : ubuntu-latest
1010 steps :
1111 - name : Setup node v22.x
1212 uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 66jobs :
77 build-and-test-pull-request :
88 name : ${{ matrix.node }} ${{ matrix.target }} ${{ matrix.module }}
9- runs-on : ubuntu-22.04
9+ runs-on : ubuntu-latest
1010 strategy :
1111 fail-fast : false
1212 matrix :
6767 yarn.lock
6868 package.json
6969 tsconfig.json
70+ .github/**/*
7071 src/**/*
7172 gulp/**/*
7273 tsconfigs/**/*
You can’t perform that action at this time.
0 commit comments