Skip to content

Commit e2c775d

Browse files
Merge pull request #57 from authts/up-deps
upgrade root, api, react deps
2 parents aef4ce0 + 46d9983 commit e2c775d

File tree

15 files changed

+1023
-801
lines changed

15 files changed

+1023
-801
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [22.x]
14+
node-version: [24.x]
1515

1616
steps:
1717
- uses: actions/checkout@v3
@@ -34,11 +34,6 @@ jobs:
3434
build-${{ github.head_ref }}-
3535
build-refs/heads/main-
3636
37-
# root
38-
#- run: |
39-
# npm ci
40-
# npm run build
41-
4237
- name: api
4338
run: |
4439
npm ci

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-bookworm
1+
FROM node:24-bookworm
22
WORKDIR /app
33
COPY package.json package-lock.json ./
44
RUN npm install

0 commit comments

Comments
 (0)