Skip to content

Commit fab9671

Browse files
committed
feat: update CI configuration to install Node.js using nvm and remove pnpm action setup
Signed-off-by: Hendrik Ebbers <hendrik.ebbers@open-elements.com>
1 parent d78c1d2 commit fab9671

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@ jobs:
1313
- uses: actions/checkout@v4
1414

1515
- uses: pnpm/action-setup@v4
16-
with:
17-
version: 10
1816

1917
- uses: actions/setup-node@v4
2018
with:
21-
node-version: "22"
19+
node-version-file: ".nvmrc"
2220
cache: "pnpm"
2321

2422
- run: pnpm install --frozen-lockfile
25-
2623
- run: pnpm run typecheck
2724
- run: pnpm run lint
2825
- run: pnpm run test

0 commit comments

Comments
 (0)