Skip to content

Commit abde285

Browse files
authored
ci: Add Node v16 to test matrix (#3448)
* ci: Add Node v16 to test matrix * Update .craft.yml
1 parent 5496cf9 commit abde285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
runs-on: ubuntu-latest
140140
strategy:
141141
matrix:
142-
node: [6, 8, 10, 12, 14]
142+
node: [6, 8, 10, 12, 14, 16]
143143
steps:
144144
- name: Check out current commit (${{ github.sha }})
145145
uses: actions/checkout@v2

0 commit comments

Comments
 (0)