Skip to content

Commit da0ab86

Browse files
author
DominicGBauer
committed
chore: pr reverts
1 parent a971cda commit da0ab86

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/build-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup NodeJS
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version-file: ".nvmrc"
2020

2121
- uses: pnpm/action-setup@v2
2222
name: Install pnpm

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup NodeJS
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 20
34+
node-version-file: ".nvmrc"
3535
- uses: pnpm/action-setup@v2
3636
name: Install pnpm
3737
with:

.github/workflows/dev-packages.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
- name: Setup NodeJS
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version-file: ".nvmrc"
1919
- uses: pnpm/action-setup@v2
2020
name: Install pnpm
2121
with:
2222
version: 8
2323
run_install: false
24+
- name: Add NPM auth
25+
run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc
2426
- name: Get pnpm store directory
2527
shell: bash
2628
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version-file: ".nvmrc"
2121
- uses: pnpm/action-setup@v2
2222
name: Install pnpm
2323
with:

0 commit comments

Comments
 (0)