Skip to content

Commit

Permalink
ci(node): test on node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Sep 11, 2021
1 parent 42418a8 commit 6bd05b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version:
- 12.x
- 14.x
- 15.x
- 16.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version:
- 12.x
- 14.x
- 15.x
- 16.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 6bd05b6

Please sign in to comment.