Skip to content

Commit

Permalink
Run tests on Node v18 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevalla authored Dec 10, 2024
1 parent 4a26ef0 commit ef2f144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- name: Checkout Release
uses: actions/checkout@v2
Expand Down

0 comments on commit ef2f144

Please sign in to comment.