Skip to content

Commit

Permalink
Update Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vernondegoede authored Dec 5, 2022
1 parent 67e7fd9 commit afb2154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [[6.14, 12.x], [14.x], [16.x]]
node-version: [[6.14, 14.x], [18.x]]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -33,4 +33,4 @@ jobs:
env:
# Set the API key for the integration tests. In the future, all tests will rely on snapshots. An API key will
# then only be required to update those snapshots. The API key can then be removed from this file.
API_KEY: test_4kQQbBMEFh8QAuKVaWdpKuRpVSsdVG
API_KEY: test_4kQQbBMEFh8QAuKVaWdpKuRpVSsdVG

0 comments on commit afb2154

Please sign in to comment.