Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
b0de993210
Change npm cache to pnpm in release workflow 2025-11-28 12:03:12 +09:00
1fc25e2ce4
Merge pull request #4 from imnyang/main
A 1
2025-11-28 12:02:28 +09:00
68e06299a4
Merge pull request #3 from imnyang/main
chore: update CI workflow to use npm instead of pnpm and adjust caching
2025-11-28 11:42:22 +09:00
35e7a14d1d
Merge pull request #2 from imnyang/main
chore: update version to 0.2.0 in package.json
2025-11-28 11:40:06 +09:00
fe9f396b34
Merge pull request #1 from imnyang/main
chore: add .npmrc file to specify publish branch
2025-11-28 11:38:43 +09:00

View file

@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v6 uses: actions/setup-node@v6
with: with:
node-version: 24 node-version: 24
cache: 'npm' cache: 'pnpm'
- name: Clear auth token for OIDC - name: Clear auth token for OIDC
run: echo "NODE_AUTH_TOKEN=" >> $GITHUB_ENV run: echo "NODE_AUTH_TOKEN=" >> $GITHUB_ENV
- name: Install Dependencies - name: Install Dependencies