Skip to content

Bump typescript from 4.2.4 to 5.6.3 #457

Bump typescript from 4.2.4 to 5.6.3

Bump typescript from 4.2.4 to 5.6.3 #457

Workflow file for this run

name: NodeJS with Yarn
on:
push:
branches:
- "master"
- "develop"
pull_request:
branches:
- "master"
- "develop"
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install yarn
run: npm install -g yarn
- name: Install deps
run: yarn install
- name: Build
run: yarn run build
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: |
dist