Skip to content

Commit

Permalink
Bring back package.json so better workflow caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jan 23, 2025
1 parent 8132fe4 commit 29720c0
Show file tree
Hide file tree
Showing 3 changed files with 19,936 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [22.x, 18.x]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
run: npm i
- name: Lint JavaScript files
run: npm run lint:js
- name: Lint CSS files
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ build
.DS_Store
.vscode
composer.lock
package-lock.json
Loading

0 comments on commit 29720c0

Please sign in to comment.