Skip to content

Commit ad6df3c

Browse files
chore: correct versioning for gh action
1 parent 1c5f485 commit ad6df3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golang-tests-with-db.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ jobs:
6565
- name: Set up Node.js for migrations
6666
uses: actions/setup-node@v4
6767
with:
68-
node-version: '20'
68+
node-version: '22'
6969

7070
- name: Install pnpm
7171
uses: pnpm/action-setup@v2
7272
with:
73-
version: 8
73+
version: 10
7474

7575
- name: Install dependencies for migrations
7676
working-directory: ./

0 commit comments

Comments
 (0)