Skip to content

Commit

Permalink
Change LTS to Node.js 16.x
Browse files Browse the repository at this point in the history
Signed-off-by: Remy Suen <[email protected]>
  • Loading branch information
rcjsuen committed Dec 12, 2021
1 parent 4b58cc6 commit b84af83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
include:
- node-version: 12.x
- node-version: 14.x
status: "LTS"
- node-version: 16.x
status: "LTS"
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit b84af83

Please sign in to comment.