Skip to content

Bump the npm_and_yarn group across 7 directories with 5 updates #420

Bump the npm_and_yarn group across 7 directories with 5 updates

Bump the npm_and_yarn group across 7 directories with 5 updates #420

name: NodeJS Example CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
nodejs-example-install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20.2.0'
- name: Install dependencies
run: npm ci
working-directory: examples/nodejs-example
env:
CI: true