Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
OlliePugh committed Dec 16, 2023
1 parent 012b1d2 commit c35f01c
Show file tree
Hide file tree
Showing 4 changed files with 2,973 additions and 4,367 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['12.x', '14.x']
node: ['18.x', '20.x']
os: [ubuntu-latest]

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: andresz1/size-limit-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@
"size-limit": [
{
"path": "dist/janus-gateway-tsdx.cjs.production.min.js",
"limit": "10 KB"
"limit": "50 KB"
},
{
"path": "dist/janus-gateway-tsdx.esm.js",
"limit": "10 KB"
"limit": "50 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^5.0.2",
"@size-limit/preset-small-lib": "^11.0.1",
"@types/bluebird": "^3.5.36",
"husky": "^7.0.1",
"size-limit": "^5.0.2",
"size-limit": "^11.0.1",
"tsdx": "^0.14.1",
"tslib": "^2.3.0",
"typescript": "^4.3.5"
Expand Down
Loading

0 comments on commit c35f01c

Please sign in to comment.