Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Bump typescript from 5.5.3 to 5.5.4 #230

Bump typescript from 5.5.3 to 5.5.4

Bump typescript from 5.5.3 to 5.5.4 #230

Workflow file for this run

name: Tests
'on':
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: 'Node.js v${{ matrix.node }}'
runs-on: ubuntu-latest
strategy:
matrix:
node:
- 16
- 17
steps:
- uses: actions/[email protected]
with:
node-version: '${{ matrix.node }}'
- uses: actions/checkout@v4
- name: Install Dependencies
run: npm ci
- name: Run All Node.js Tests
run: npm test