Skip to content

Commit 5adc2f5

Browse files
authored
Merge pull request #9 from agiletech-web-dev/release
2 parents c4c25f2 + 48d723d commit 5adc2f5

File tree

9 files changed

+303
-183
lines changed

9 files changed

+303
-183
lines changed

.github/cache/action.yml

Lines changed: 5 additions & 4 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,5 @@ runs:
2829
# run: corepack enable
2930

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

.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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,12 @@ jobs:
1818
Deploy-Deployment:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- name: Checkout Repo
22+
uses: actions/checkout@v4
23+
2224
- name: Setup Continuous integration
2325
uses: ./.github/cache
26+
2427
- name: Install Vercel CLI
2528
run: pnpm install --global vercel@latest
2629
- name: Pull Vercel Environment Information

.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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@shikijs/transformers": "^1.10.3",
13-
"js-utils-es": "1.0.7",
13+
"js-utils-es": "^1.0.7",
1414
"prettier": "^3.3.2",
1515
"shiki": "^1.10.3"
1616
},

docs/public/og.png

9.23 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-utils-es",
33
"version": "1.0.7",
4-
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
4+
"packageManager": "pnpm@9.3.0",
55
"description": "A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.",
66
"license": "MIT",
77
"homepage": "https://js-utils-es.vercel.app",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)