Skip to content

Bump ws from 8.13.0 to 8.17.1 in the npm_and_yarn group across 1 directory #101

Bump ws from 8.13.0 to 8.17.1 in the npm_and_yarn group across 1 directory

Bump ws from 8.13.0 to 8.17.1 in the npm_and_yarn group across 1 directory #101

Workflow file for this run

# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActionsWithExtraSteps (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_build-api --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
name: build-api
on: [push, pull_request]
jobs:
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 'Cache: .nuke/temp, ~/.nuget/packages, **/node_modules'
uses: actions/cache@v3
with:
path: |
.nuke/temp
~/.nuget/packages
**/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/global.json', '**/*.csproj', '**/package.json', '**/yarn.lock') }}
- name: 'Using: actions/setup-node@v4'
uses: actions/setup-node@v4
with:
node-version: 18
- name: 'Run: corepack enable'
run: corepack enable
- name: 'Run: YarnInstall, YarnBuild, YarnTest'
run: ./build.cmd YarnInstall YarnBuild YarnTest