Skip to content

chore(dependencies): Update superagent version #26

chore(dependencies): Update superagent version

chore(dependencies): Update superagent version #26

Workflow file for this run

name: Continous Integration
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: 18.x

Check failure on line 13 in .github/workflows/node.js.yml

View workflow run for this annotation

GitHub Actions / Continous Integration

Invalid workflow file

The workflow is not valid. .github/workflows/node.js.yml (Line: 13, Col: 23): Unexpected value '18.x' .github/workflows/node.js.yml (Line: 14, Col: 29): Unexpected value '8.0.9'
superagent-version: 8.0.9
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn add superagent@~${{ matrix.superagent-version }} && yarn ci