Skip to content

fix(nodejs): lock default pnpm installation to v10 with v8 fallback (… #1375

fix(nodejs): lock default pnpm installation to v10 with v8 fallback (…

fix(nodejs): lock default pnpm installation to v10 with v8 fallback (… #1375

Workflow file for this run

name: Go Test
on:
push:
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
submodules: 'true'
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: 'go.mod'
- name: Run tests
run: go test -v ./...
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
with:
version: latest
args: release --skip=publish --clean --snapshot