This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
chore(deps): bump the npm_and_yarn group across 1 directories with 32 updates #2
This file contains 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
on: pull_request | |
name: Pull Request | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
node: [12] | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Set up Nodejs ${{ matrix.node }} | |
uses: actions/setup-node@v1 | |
- name: Install dependencies | |
env: | |
CI: true | |
run: npm install | |
- name: Test | |
run: npm test |