Update node Docker tag to v24 #249

Merged
bustikiller merged 3 commits from renovate/node-24.x into main 2025-06-15 13:37:43 +00:00
Showing only changes of commit 41bd2ad2b5 - Show all commits

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
node-version-file: .nvmrc
- name: Install dependencies
run: npm install -g pnpm && pnpm install
- name: Build the service that will be tested