Skip to content

Commit a15b517

Browse files
authored
Merge pull request #91 from haniffalab/dev
chore(release): prepare next version
2 parents ea740b0 + 0a51a37 commit a15b517

11 files changed

Lines changed: 2682 additions & 1912 deletions

File tree

.github/workflows/deploy-appengine-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ jobs:
3434
TRANSFER_TOKEN_SALT: ${{ secrets.TRANSFER_TOKEN_SALT }}
3535

3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v6
3838

3939
- name: create yaml
4040
run: ./create_yaml.sh
4141

4242
- name: auth
43-
uses: google-github-actions/auth@v2
43+
uses: google-github-actions/auth@v3
4444
with:
4545
credentials_json: "${{ secrets.GCP_SA_KEY }}"
4646

4747
- name: deploy
48-
uses: google-github-actions/deploy-appengine@v2
48+
uses: google-github-actions/deploy-appengine@v3
4949
with:
5050
project_id: "${{ secrets.GCP_PROJECT }}"
5151
deliverables: app.yaml

.github/workflows/deploy-appengine.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ jobs:
3434
TRANSFER_TOKEN_SALT: ${{ secrets.TRANSFER_TOKEN_SALT }}
3535

3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v6
3838

3939
- name: create yaml
4040
run: ./create_yaml.sh
4141

4242
- name: auth
43-
uses: google-github-actions/auth@v2
43+
uses: google-github-actions/auth@v3
4444
with:
4545
credentials_json: "${{ secrets.GCP_SA_KEY }}"
4646

4747
- name: deploy
48-
uses: google-github-actions/deploy-appengine@v2
48+
uses: google-github-actions/deploy-appengine@v3
4949
with:
5050
project_id: "${{ secrets.GCP_PROJECT }}"
5151
deliverables: app.yaml

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616
token: ${{ secrets.GH_PAT }}
1717

1818
- name: Setup Node
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020
with:
21-
node-version: 20
21+
node-version: 24
2222
cache: npm
2323

2424
- name: Install dependencies

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
legacy-peer-deps
2+
engine-strict=false

create_yaml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FILE="app.yaml"
44
/bin/cat <<EOM >$FILE
5-
runtime: nodejs20
5+
runtime: nodejs24
66
env: $APP_ENV
77
service: $APP_SERVICE
88
env_variables:

0 commit comments

Comments
 (0)