Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daign committed Dec 12, 2023
1 parent 70e1429 commit 77f538a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- run: npm install
- run: npm run coverage
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@daign/style-sheets",
"version": "1.1.1",
"version": "1.1.2",
"description": "Simple style sheet processor.",
"keywords": [
"style",
Expand Down Expand Up @@ -29,18 +29,18 @@
},
"homepage": "https://github.com/daign/daign-style-sheets#readme",
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.13",
"chai": "^4.3.7",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/sinon": "^17.0.2",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"sinon": "^15.0.3",
"sinon": "^17.0.1",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslint": "^6.1.3",
"tslint-no-unused-expression-chai": "^0.1.4",
"typescript": "^5.0.2"
"typescript": "5.0.2"
},
"dependencies": {},
"nyc": {
Expand Down

0 comments on commit 77f538a

Please sign in to comment.