Skip to content

Bump typescript from 4.9.5 to 5.7.3 #957

Bump typescript from 4.9.5 to 5.7.3

Bump typescript from 4.9.5 to 5.7.3 #957

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 12.x
uses: actions/setup-node@v4.2.0
with:
node-version: 12.x
- name: npm ci
run: npm ci
- name: npm test
uses: paambaati/codeclimate-action@v2.7.5
env:
CI: true
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageCommand: npm test