Skip to content

Bump @types/node from 20.14.11 to 22.8.7 #1270

Bump @types/node from 20.14.11 to 22.8.7

Bump @types/node from 20.14.11 to 22.8.7 #1270

Workflow file for this run

name: Build
on:
push:
branches:
- main
- '**'
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18.x, 20.x]
name: Node ${{ matrix.node }}
steps:
- uses: actions/[email protected]
- name: Setup node
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci
- name: debug
run: ls -la
- name: Lint code
run: npm run lint
- name: Build dist
run: npm run build
- name: Run tests
run: npm test
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: >
-Dsonar.organization=unknownskl-github
-Dsonar.projectKey=unknownskl_xbox-xcloud-player