Skip to content

Bump nanoid from 3.3.3 to 3.3.8 in /nodejs/react-yarn #206

Bump nanoid from 3.3.3 to 3.3.8 in /nodejs/react-yarn

Bump nanoid from 3.3.3 to 3.3.8 in /nodejs/react-yarn #206

name: Test Pull Request (Nodejs)
on:
merge_group:
pull_request:
branches:
- main
paths:
- 'nodejs/**'
- '.github/workflows/test-pull-request-nodejs.yml'
concurrency:
# only one instance of test suite per PR at one time
group: pr-${{ github.event.number }}
cancel-in-progress: true
jobs:
smoke:
name: Smoke Tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 3
matrix:
builder:
- 'paketobuildpacks/builder-jammy-full:latest'
- 'paketobuildpacks/builder-jammy-base:latest'
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Checkout
uses: actions/checkout@v4
- name: Test Nodejs Samples
run: |
./scripts/smoke.sh --suite nodejs \
--builder ${{ matrix.builder }}