Skip to content

Commit 756aed2

Browse files
Merge branch 'main' into security/micromatch_CVE
2 parents fe5fc60 + 4527123 commit 756aed2

34 files changed

Lines changed: 2139 additions & 3283 deletions

.github/workflows/prepare-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
env:
1010
APP_NAME: tailwindcss-oxide
1111
NODE_VERSION: 24
12+
PNPM_VERSION: '9.6.0'
1213
OXIDE_LOCATION: ./crates/node
1314

1415
permissions:
@@ -79,6 +80,8 @@ jobs:
7980
steps:
8081
- uses: actions/checkout@v6
8182
- uses: pnpm/action-setup@v4
83+
with:
84+
version: ${{ env.PNPM_VERSION }}
8285

8386
- name: Use Node.js ${{ env.NODE_VERSION }}
8487
uses: actions/setup-node@v6
@@ -175,7 +178,7 @@ jobs:
175178
shell: bash
176179
run: |
177180
sudo pkg install -y -f curl node libnghttp2 npm
178-
sudo npm install -g pnpm@9.6.0 --unsafe-perm=true
181+
sudo npm install -g pnpm@${{ env.PNPM_VERSION }} --unsafe-perm=true
179182
curl -sSf https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-freebsd/rustup-init --output rustup-init
180183
chmod +x rustup-init
181184
./rustup-init -y --profile minimal
@@ -223,6 +226,8 @@ jobs:
223226
echo "TAG_NAME=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
224227
225228
- uses: pnpm/action-setup@v4
229+
with:
230+
version: ${{ env.PNPM_VERSION }}
226231

227232
- name: Use Node.js ${{ env.NODE_VERSION }}
228233
uses: actions/setup-node@v6

.github/workflows/release-insiders.yml

Lines changed: 0 additions & 322 deletions
This file was deleted.

0 commit comments

Comments
 (0)