Skip to content

Commit b0a458c

Browse files
committed
update action versions and include package-lock.json
1 parent 9126b6e commit b0a458c

File tree

5 files changed

+10293
-5
lines changed

5 files changed

+10293
-5
lines changed

.github/workflows/deploy-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818

1919
- name: Setup Node.js
20-
uses: actions/setup-node@v4
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: 24
2323
cache: npm

.github/workflows/deploy-frontend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121

2222
- name: Setup Node.js
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v6
2424
with:
2525
node-version: 24
2626
cache: npm

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ node_modules/
1313
npm-debug.log
1414
yarn-debug.log
1515
yarn-error.log
16-
package-lock.json
1716

1817
# Logs
1918
*.log

0 commit comments

Comments
 (0)