Skip to content

Commit

Permalink
Merge pull request #270 from loafoe/loafoe-patch-1
Browse files Browse the repository at this point in the history
Support node 20 going forward
  • Loading branch information
loafoe authored Jan 17, 2025
2 parents 5a37cc9 + 7c6c618 commit 47c0871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '20', '18' ]
node: [ '20' ]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 47c0871

Please sign in to comment.