Skip to content

Bump pnpm from 10.28.0 to 10.34.4 #544

Bump pnpm from 10.28.0 to 10.34.4

Bump pnpm from 10.28.0 to 10.34.4 #544

Workflow file for this run

name: build
on: pull_request
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: "18.20.4"
architecture: 'x64' # fix for macos-latest
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test
- name: Coveralls
if: matrix.os == 'ubuntu-latest'
uses: coverallsapp/github-action@v2
env:
#hardcode the coveralls token...it's not overly important to protect, and github actions won't allow forks to work with coveralls otherwise
COVERALLS_REPO_TOKEN: "LC9eES2J7Upo3b1DcLQLMgbLC2c4o6sPe"