Skip to content

Commit

Permalink
Merge branch 'trunk' of https://github.com/gocodebox/lifterlms into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 4, 2022
2 parents 751015f + 12b5d28 commit cf50f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '16'
node-version: '14'
cache: 'npm'

- name: Install npm dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
wp-version: ${{ matrix.WP }}
docker-user: ${{ secrets.DOCKER_USERNAME }}
docker-pass: ${{ secrets.DOCKER_PASSWORD }}
node-version: '16'
node-version: '14'

- name: Run test suite
run: npm run test -- --verbose
Expand Down

0 comments on commit cf50f09

Please sign in to comment.