Skip to content

Commit

Permalink
Merge pull request #23 from amosproj/feat/xd-10
Browse files Browse the repository at this point in the history
ci: increase version of actions to use node 20
  • Loading branch information
KonsumGandalf authored Apr 27, 2024
2 parents 524f880 + 3411930 commit af5d652
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v3

backend:
runs-on: ubuntu-latest
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8

Expand All @@ -44,7 +44,7 @@ jobs:
with:
fetch-depth: 1

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8

Expand All @@ -67,7 +67,7 @@ jobs:
with:
fetch-depth: 1

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8

Expand All @@ -90,7 +90,7 @@ jobs:
with:
fetch-depth: 1

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
with:
version: 8

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ jobs:
- uses: google-github-actions/release-please-action@v4
with:
release-type: node
package-name: xcelerator-demo
target-branch: main

0 comments on commit af5d652

Please sign in to comment.