Skip to content

Commit 9f02670

Browse files
chore: add tests for Node 16 (#220)
Co-authored-by: Adrià Fontcuberta <[email protected]>
1 parent a5c0962 commit 9f02670

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
main:
1818
strategy:
1919
matrix:
20-
node: [10.13, 12, 14, 15]
20+
node: [10.13, 12, 14, 16]
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: ⬇️ Checkout repo
2424
uses: actions/checkout@v2
2525

2626
- name: ⎔ Setup node
27-
uses: actions/setup-node@v1
27+
uses: actions/setup-node@v2
2828
with:
2929
node-version: ${{ matrix.node }}
3030

@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v2
5252

5353
- name: ⎔ Setup node
54-
uses: actions/setup-node@v1
54+
uses: actions/setup-node@v2
5555
with:
5656
node-version: 14
5757

0 commit comments

Comments
 (0)