Skip to content

Commit

Permalink
chore: add support for node 18 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb authored Apr 28, 2022
1 parent 0759170 commit 703f5f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [push, pull_request]
jobs:
build:
uses: pkgjs/action/.github/workflows/node-test.yaml@v0.1.1
uses: pkgjs/action/.github/workflows/node-test.yaml@v0
with:
strategy-fail-fast: true
test-command: npm run test:ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"typescript": "^4.0.3"
},
"engines": {
"node": "^17 || ^16 || ^14 || ^12"
"node": "^18 || ^17 || ^16 || ^14 || ^12"
},
"tsd": {
"directory": "test"
Expand Down

0 comments on commit 703f5f5

Please sign in to comment.