FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: Bump axios from 1.13.6 to 1.15.2 in /feathers-chat-ts · feathersjs/feathers-chat@36cd1af · GitHub

chore: Bump axios from 1.13.6 to 1.15.2 in /feathers-chat-ts #494

chore: Bump axios from 1.13.6 to 1.15.2 in /feathers-chat-ts

chore: Bump axios from 1.13.6 to 1.15.2 in /feathers-chat-ts #494

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: CI
on: [push, pull_request]
jobs:
feathers-chat-ts:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install and run tests
working-directory: ./feathers-chat-ts
run: |
npm install
npm test

Back | FazBrowse Home | New Git URL