Skip to content

Commit 8618d58

Browse files
authored
Merge pull request #38 from americanexpress/chore/support-node-18
chore(node): add 18 to workflows and remove <16
2 parents 5b5e594 + 28886e7 commit 8618d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: [ '12.x', '14.x', '16.x' ]
13+
node: [ '16.x', '18.x' ]
1414
name: Node ${{ matrix.node }}
1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)