Skip to content

Commit

Permalink
Use Node20 in ghActions
Browse files Browse the repository at this point in the history
  • Loading branch information
orsiemilio committed Feb 15, 2024
1 parent 94bcd6a commit b898f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
using: 'node20'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit b898f71

Please sign in to comment.