Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9f02670

Browse files
MichaelDeBoeyafontcu
andauthored
chore: add tests for Node 16 (#220)
Co-authored-by: Adrià Fontcuberta <afontcu@gmail.com>
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‎

Lines changed: 3 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /