Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 928dbb5

Browse files
committed
fix: same node version in gh action
1 parent 8078db9 commit 928dbb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- uses: actions/checkout@v4
4747
- uses: actions/setup-node@v4
4848
with:
49-
node-version: 22.4
49+
node-version: ${{ matrix.node-version }}
5050
- name: install dependencies
5151
run: npm ci
5252
- name: run migrations

0 commit comments

Comments
 (0)