Skip to content

Commit

Permalink
CI: Node.js 16 and 18
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed May 16, 2022
1 parent a6e950d commit 24d015d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
working-directory: ./cmd/dcrdata

- name: Install Linters
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.45.0"
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.1"

- name: Go Tests
env:
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 17.x]
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 24d015d

Please sign in to comment.