Skip to content

Commit

Permalink
ci: updated scripts and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored and AlexZeitler committed Sep 27, 2024
1 parent d95c700 commit d7df01c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-22.04
name: info
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: docker compose version
Expand All @@ -22,8 +22,8 @@ jobs:
runs-on: ubuntu-22.04
name: Lint
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: yarn
Expand All @@ -32,8 +32,8 @@ jobs:
runs-on: ubuntu-22.04
name: Build + Test
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: yarn
Expand Down

0 comments on commit d7df01c

Please sign in to comment.