diff --git a/.github/workflows/frontend-ci.yml b/.github/workflows/frontend-ci.yml index c57b970f..ee402f16 100644 --- a/.github/workflows/frontend-ci.yml +++ b/.github/workflows/frontend-ci.yml @@ -24,7 +24,7 @@ jobs: uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed - name: Setup Node.js Environment - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: 'lts/*' diff --git a/.github/workflows/release-apk.yml b/.github/workflows/release-apk.yml index cfc1ea38..94bbeaae 100644 --- a/.github/workflows/release-apk.yml +++ b/.github/workflows/release-apk.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 - name: Setup Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 with: node-version: '20' cache: 'npm'