File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99env :
1010 APP_NAME : tailwindcss-oxide
1111 NODE_VERSION : 24
12+ PNPM_VERSION : 10
1213 OXIDE_LOCATION : ./crates/node
1314
1415permissions :
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
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments