Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmattheis committed Oct 29, 2022
1 parent 6581446 commit 7c86179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
screego:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '16'
- uses: actions/cache@v2
Expand All @@ -23,7 +23,7 @@ jobs:
ui/node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-node_modules-
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: go mod download
- run: (cd ui && yarn)
- run: (cd ui && yarn build)
Expand Down

0 comments on commit 7c86179

Please sign in to comment.