Skip to content

Commit

Permalink
fix: Specify node engine correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
laurence79 committed Apr 26, 2024
1 parent badb0b4 commit c2e7874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
version: [16, 18, 20]

name: Test on node v${{ matrix.version }}
name: Node v${{ matrix.version }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
"tslib": "^2.1.0"
},
"engines": {
"node": ">16"
"node": ">=16"
}
}

0 comments on commit c2e7874

Please sign in to comment.