Skip to content

Commit

Permalink
try something
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jan 4, 2024
1 parent 2dd079a commit 5cbbce2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup PNPM
uses: pnpm/action-setup@v2.2.4
with:
version: 7.33.6
version: 8.6.3

- name: Setup Node
uses: actions/setup-node@v3
Expand All @@ -45,4 +45,4 @@ jobs:
run: pnpm run build

- name: Test
run: NODE_VERSION=${{ matrix.node }} pnpm run test
run: NODE_VERSION=${{ matrix.node }} cd packages/temporal-polyfill && pnpm run test
3 changes: 1 addition & 2 deletions packages/temporal-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
"test": "./scripts/test.js",
"lint": "eslint .",
"clean": "pnpm run tsc:clean && pnpm run bundle:clean && pnpm run pkg-json:clean",
"size": "gzip-size --include-original --raw dist/global.min.js && pnpm export-size ./dist",
"z": "pnpm run clean && pnpm run build && pnpm run size"
"size": "gzip-size --include-original --raw dist/global.min.js && pnpm export-size ./dist"
},
"type": "module",
"buildConfig": {
Expand Down

0 comments on commit 5cbbce2

Please sign in to comment.