Skip to content

Commit d919b67

Browse files
Increasing versions of node to test against on commit
1 parent 29eb690 commit d919b67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [10.x, 12.x]
15+
node-version: [16.x, 18.x, 20.x]
1616

1717
steps:
1818
- uses: actions/checkout@v2

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [10.x, 12.x]
15+
node-version: [16.x, 18.x, 20.x]
1616

1717
steps:
1818
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)