Skip to content

Commit

Permalink
update github actions for yarn modern
Browse files Browse the repository at this point in the history
  • Loading branch information
rally25rs committed Dec 6, 2023
1 parent 4c62daf commit 3227445
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Build/Publish Client Docker
uses: elgohr/Publish-Docker-Github-Action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Build/Publish Server Docker
uses: elgohr/Publish-Docker-Github-Action@v5
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: borales/actions-yarn@v2.0.0
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cmd: install
- uses: borales/actions-yarn@v2.0.0
with:
cmd: test
node-version: 20
- run: corepack enable
- run: yarn install
- run: yarn test

0 comments on commit 3227445

Please sign in to comment.