diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index daa9cb3e..d24b966f 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -15,7 +15,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 + cache: npm - name: install necessary tools run: | apt update -y && apt install -y rsync python python3-pip @@ -43,7 +44,7 @@ jobs: run: | make build - name: aws credential configure - uses: https://github.com/aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@v4 with: aws-access-key-id: ${{ secrets.AWS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY}} diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 1c5893b2..ab451d6b 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -10,7 +10,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 + cache: npm - name: install necessary tools run: | apt update -y && apt install -y rsync python python3-pip