From 2fe6fa2be6a969ec56a61d14452206d60d067100 Mon Sep 17 00:00:00 2001 From: Kevin Schaul Date: Tue, 18 Jul 2023 09:52:29 -0500 Subject: [PATCH] Update workflow to latest desktop, drop old node --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df01595..aef8f7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12.x, 14.x, 16.x] + node-version: [18.x] steps: - uses: actions/checkout@v2 @@ -78,7 +78,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v2 @@ -115,14 +115,14 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: ^1.14.x + go-version: ^1.19.x id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 with: repository: maputnik/desktop - ref: v1.0.7 + ref: master path: ./src/github.com/maputnik/desktop/ - name: Make @@ -157,7 +157,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node-version: [16] + node-version: [18] browser: [chrome, firefox] container: