Skip to content

Commit

Permalink
feat: add support of Node v16, v17
Browse files Browse the repository at this point in the history
  • Loading branch information
acro5piano authored and robertrossmann committed Mar 23, 2022
1 parent ada454e commit c060ca9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 50
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16

- name: Fetch master
run: git fetch --no-tags --depth=50 origin master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16

- run: make install
- run: make compile
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
node:
- 12
- 14
- 15
- 16
- 17

runs-on: ${{ matrix.os }}
timeout-minutes: 10
Expand Down Expand Up @@ -51,7 +52,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16

- run: make install
- run: make compile
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"typescript": "^4.0.5"
},
"engines": {
"node": "^12 || ^14 || ^15"
"node": "^12 || ^14 || ^16 || ^17"
},
"homepage": "https://github.com/strvcom/heimdall",
"keywords": [],
Expand Down

0 comments on commit c060ca9

Please sign in to comment.