Skip to content

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 #1058

build(deps-dev): bump typescript from 5.6.2 to 5.6.3

build(deps-dev): bump typescript from 5.6.2 to 5.6.3 #1058

Workflow file for this run

on: [push, pull_request]
name: Continuous integration
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
name: Checkout
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Cache Node Modules
id: cache-node-modules
uses: actions/[email protected]
with:
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}
- name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: npm install
- name: Build
env:
GH_API_TOKEN: ${{ github.token }}
run: |
npm run build