Skip to content

Commit

Permalink
Change nodejs version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chill117 committed Aug 15, 2024
1 parent 37fd77e commit cad0d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [14, 16, 20]
node: [20]
steps:
- name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
uses: actions/checkout@v3
Expand Down

0 comments on commit cad0d60

Please sign in to comment.