Skip to content

chore(deps): bump step-security/harden-runner from 2.5.1 to 2.6.1 #92

chore(deps): bump step-security/harden-runner from 2.5.1 to 2.6.1

chore(deps): bump step-security/harden-runner from 2.5.1 to 2.6.1 #92

name: Build/Test
on: [ push, pull_request ]
jobs:
build:
name: build/test on node versions
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x, 18.x, 19.x, 20.x ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # 2.6.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
api.github.com:443
github.com:443
nodejs.org:443
registry.yarnpkg.com:443
objects.githubusercontent.com:443
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 4.1.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # 3.8.1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn type-check
- run: yarn lint
- run: yarn build-prod
- run: yarn set-plugin-version 0.0.0