Skip to content

Commit

Permalink
task completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Богдан authored and Богдан committed Jan 1, 2024
1 parent 9dd4651 commit 4669cd5
Show file tree
Hide file tree
Showing 4 changed files with 6,836 additions and 4,253 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:

strategy:
matrix:
node-version: [12.x]
node-version: [14.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm install
- run: npm test
Loading

0 comments on commit 4669cd5

Please sign in to comment.