Skip to content

Commit

Permalink
Update versions of go and node
Browse files Browse the repository at this point in the history
  • Loading branch information
Morishiri committed Dec 18, 2023
1 parent 06767ef commit 87b6ae8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: 1.21

- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- run: yarn --frozen-lockfile
working-directory: ./ui/desktop
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: 1.21

- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- run: yarn --frozen-lockfile
working-directory: ./ui/desktop
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.18.x, 1.19.x, 1.20.x]
go-version: [1.19.x, 1.20.x, 1.21.x]
os: [ubuntu-latest, macos-latest, windows-latest]
tags: [cli, desktop]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 87b6ae8

Please sign in to comment.