Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Dec 1, 2024
1 parent 0ec1b3a commit 5e79426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22.x"
node-version: "20.x"
- name: Install dependencies
run: npm ci
- name: Run tests
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/update-css-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22.x"
node-version: "20.x"
- name: Update parser
run: ./scripts/update-parser.sh
- name: Test
run: npm test
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 5e79426

Please sign in to comment.