Skip to content

Commit 011d5f2

Browse files
committed
Actually bump node version in CI
1 parent 3e28805 commit 011d5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Configure node
9292
uses: actions/setup-node@v4
9393
with:
94-
node-version: 18.14
94+
node-version: 22.2
9595
- name: Get pnpm version from package.json
9696
id: pnpm-version
9797
run: 'echo "pnpm_version=$(node -p ''require(`./ui/frontend/package.json`).engines.pnpm'')" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)