Skip to content

Commit 3a79c1d

Browse files
committed
chore: update packageManager
1 parent 3229002 commit 3a79c1d

File tree

8 files changed

+298
-196
lines changed

8 files changed

+298
-196
lines changed

.github/cache/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ description: Cache Dependencies
44
runs:
55
using: composite
66
steps:
7+
- uses: pnpm/action-setup@v4
8+
79
- name: Install Node.js
810
uses: actions/setup-node@v4
911
with:
10-
node-version: 20
11-
12-
- uses: pnpm/action-setup@v4
12+
node-version: lts/*
13+
cache: pnpm
1314

1415
- name: Get pnpm store directory
1516
shell: bash
@@ -28,5 +29,4 @@ runs:
2829
# run: corepack enable
2930

3031
- name: Install dependencies
31-
run: pnpm install --frozen-lockfile
32-
shell: bash
32+
run: pnpm install

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout Repo
1414
uses: actions/checkout@v4
15-
with:
16-
fetch-depth: 0
1715

1816
- name: Setup Continuous integration
1917
uses: ./.github/cache

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,12 @@ concurrency:
1717
jobs:
1818
Deploy-Deployment:
1919
runs-on: ubuntu-latest
20-
strategy:
21-
matrix:
22-
node-version: [20]
2320
steps:
24-
- uses: actions/checkout@v4
25-
- name: Install pnpm
26-
uses: pnpm/action-setup@v4
27-
with:
28-
version: 9
29-
- name: Use Node.js ${{ matrix.node-version }}
30-
uses: actions/setup-node@v4
31-
with:
32-
node-version: ${{ matrix.node-version }}
33-
cache: pnpm
34-
- name: Install dependencies
35-
run: pnpm install
21+
- name: Checkout Repo
22+
uses: actions/checkout@v4
23+
24+
- name: Setup Continuous integration
25+
uses: ./.github/cache
3626

3727
- name: Install Vercel CLI
3828
run: pnpm install --global vercel@latest

.github/workflows/prepublish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
steps:
1414
- name: Checkout Repo
1515
uses: actions/checkout@v4
16-
with:
17-
fetch-depth: 0
1816

1917
- name: Setup Continuous integration
2018
uses: ./.github/cache

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
steps:
1919
- name: Checkout Repo
2020
uses: actions/checkout@v4
21-
with:
22-
fetch-depth: 0
2321

2422
- name: Setup Continuous integration
2523
uses: ./.github/cache

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "js-utils-es",
33
"version": "1.0.7",
4+
"packageManager": "[email protected]",
45
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
56
"license": "MIT",
67
"homepage": "https://js-utils-es.vercel.app",

pnpm-lock.yaml

Lines changed: 286 additions & 169 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
packages:
22
- benchmarks
3-
- docs/*
3+
- docs

0 commit comments

Comments
 (0)