Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Set up release workflow and NPM provenance #945

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jun 1, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix eslint warnings
  • Loading branch information
Demivan committed Jun 1, 2025
commit 9f1b95e648cb805a8ba67320ec0324042667a1f6
2 changes: 1 addition & 1 deletion 2 .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4.4.0
with:
cache: 'pnpm'
cache: pnpm
Demivan marked this conversation as resolved.
Show resolved Hide resolved

- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion 2 .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4.4.0
with:
cache: 'pnpm'
cache: pnpm

- name: Install dependencies
run: pnpm install
Expand Down
8 changes: 4 additions & 4 deletions 8 .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-node@v4.4.0
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
cache: pnpm

- name: Install dependencies
run: pnpm install
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
cache: 'pnpm'
cache: pnpm

- name: Install dependencies
run: pnpm install
Expand All @@ -77,7 +77,7 @@ jobs:
run_install: true
- uses: actions/setup-node@v4.4.0
with:
cache: 'pnpm'
cache: pnpm

- name: Build
run: pnpm build
Expand All @@ -98,7 +98,7 @@ jobs:
- uses: pnpm/action-setup@v4.1.0
- uses: actions/setup-node@v4.4.0
with:
cache: 'pnpm'
cache: pnpm

- name: Test
run: node scripts/build-examples.mjs
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.