Skip to content

Commit

Permalink
Merge pull request #29 from jlobos/reining-petrary
Browse files Browse the repository at this point in the history
Actualización de dependencias
  • Loading branch information
jlobos authored Nov 18, 2024
2 parents 2c40558 + c60eda5 commit b17b3e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: "20.x"
- run: npm install
- run: npm test
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"browser"
],
"devDependencies": {
"ava": "^3.15.0",
"standard": "^16.0.3"
"ava": "^6.2.0",
"standard": "^17.1.2"
}
}

0 comments on commit b17b3e8

Please sign in to comment.