Skip to content

Commit

Permalink
hold ts version, update node test
Browse files Browse the repository at this point in the history
  • Loading branch information
lavrton committed Mar 13, 2022
1 parent 35e9644 commit f31d6f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [15.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"size-limit": "^7.0.8",
"ts-mocha": "^9.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.5.5"
"typescript": "4.5.5"
},
"keywords": [
"canvas",
Expand Down

0 comments on commit f31d6f5

Please sign in to comment.