Skip to content

Commit

Permalink
chore: test on node.js 16 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Sep 7, 2021
1 parent cd24efd commit 615e5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15, 14, 12]
node-version: [16, 14, 12]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 615e5cd

Please sign in to comment.