Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Sep 6, 2023
1 parent cb5d80f commit c95ab57
Show file tree
Hide file tree
Showing 5 changed files with 594 additions and 328 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- uses: xt0rted/stylelint-problem-matcher@v1
- run: make deps
- run: make test
2 changes: 1 addition & 1 deletion .github/workflows/regenerate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ssh-key: ${{ secrets.DEPLOY_KEY }}
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
- run: make deps
- run: make build
env:
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test: lint

.PHONY: build
build: node_modules clean
node --trace-deprecation tools/build.js
node tools/build.js

.PHONY: deps
deps: node_modules
Expand All @@ -23,11 +23,11 @@ authors:

.PHONY: clean
clean: node_modules
node --trace-deprecation tools/clean.js
node tools/clean.js

.PHONY: install
install: node_modules
node --trace-deprecation tools/install.js
node tools/install.js

.PHONY: update
update: node_modules
Expand Down
Loading

0 comments on commit c95ab57

Please sign in to comment.