We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb9afc commit 05cfbdcCopy full SHA for 05cfbdc
1 file changed
.github/workflows/release.yml
@@ -16,16 +16,10 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
19
- - name: Setup pnpm
20
- uses: pnpm/action-setup@v2
21
- with:
22
- version: latest
23
-
24
- - name: Setup Node
+ - name: Setup Node.js environment
25
uses: actions/setup-node@v4
26
with:
27
node-version: '20'
28
- cache: pnpm
29
30
- name: Update server.json version
31
run: sed -i "s/{{VERSION}}/$GITHUB_REF_NAME/g" server.json
0 commit comments