Skip to content

Commit

Permalink
⬆️ node 15 -> 16
Browse files Browse the repository at this point in the history
  • Loading branch information
drom committed Oct 4, 2021
1 parent 656a13b commit 443538d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10, 12, 14, 15]
node-version: [10, 12, 14, 16]
os: [ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10, 12, 14, 15]
node-version: [10, 12, 14, 16]
os: [macOS-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10, 12, 14, 15]
node-version: [10, 12, 14, 16]
os: [windows-latest]

steps:
Expand Down

0 comments on commit 443538d

Please sign in to comment.