Skip to content

Commit

Permalink
test: simplify testing environments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri committed Aug 10, 2022
1 parent 5ac940a commit 2bbaeed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/matrix.json

This file was deleted.

4 changes: 4 additions & 0 deletions .github/test-matrix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"os": ["ubuntu-latest"],
"node-version": [16, 18]
}
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- id: parse
run: echo "::set-output name=matrix::$(jq -c . < .github/matrix.json)"
run: echo "::set-output name=matrix::$(jq -c . < .github/test-matrix.json)"

test-run:
needs:
Expand Down
Empty file modified LICENSE
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"promise"
],
"engines": {
"node": ">=12"
"node": ">=16"
},
"files": [
"lib"
Expand Down
Empty file modified test/index.js
100755 → 100644
Empty file.

0 comments on commit 2bbaeed

Please sign in to comment.