Skip to content

Bump @types/node from 18.11.9 to 18.17.3 #4661

Bump @types/node from 18.11.9 to 18.17.3

Bump @types/node from 18.11.9 to 18.17.3 #4661

Workflow file for this run

name: 'Validate'
on:
push:
branches: [main, 'release/**', 'feature/**']
pull_request:
branches: [main, 'release/**', 'feature/**']
jobs:
check-yarn-lock-registry:
name: 'Validate yarn.lock'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/[email protected]
with:
node-version: 18
cache: 'yarn'
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Check yarn.lock registry url
run: yarn validate-lockfile