Skip to content

Commit

Permalink
Merge pull request #108 from pressbooks/dependabot/npm_and_yarn/eslin…
Browse files Browse the repository at this point in the history
…t-8.26.0

chore(deps-dev): bump eslint from 8.25.0 to 8.26.0
  • Loading branch information
SteelWagstaff authored Oct 26, 2022
2 parents 85d0102 + 768dfa0 commit de4e5fa
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 125 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
matrix:
php: [7.4, 8.0]
os: [ubuntu-20.04]
wordpress: [6.0.2, latest]
wordpress: [6.0.3]
experimental: [false]
include:
- experimental: true
- experimental: false
php: 8.0
wordpress: 6.0.2
- php: 8.1
os: ubuntu-20.04
wordpress: latest
experimental: true

name: Tests - PHP ${{ matrix.php }} - WP ${{ matrix.wordpress }}

Expand Down
155 changes: 36 additions & 119 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"autoprefixer": "^10.4.12",
"cross-env": "^7.0.3",
"eslint": "^8.25.0",
"eslint": "^8.26.0",
"eslint-plugin-vue": "^9.6.0",
"postcss": "^8.4.18",
"postcss-nested": "^6.0.0",
Expand Down

0 comments on commit de4e5fa

Please sign in to comment.