Skip to content

Commit

Permalink
chore: Add Node.js 20 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jun 18, 2023
1 parent 6cd5646 commit a22395d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node: [14, 16, 18]
node: [14, 16, 18, 20]

steps:
- uses: actions/checkout@v3
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.18",
"@types/node": "^20.3.1",
"@types/svg2ttf": "^5.0.1",
"@types/svgicons2svgfont": "^10.0.1",
"@types/ttf2eot": "^2.0.0",
Expand Down

0 comments on commit a22395d

Please sign in to comment.