Skip to content

Commit

Permalink
Update learn-github-actions.yml
Browse files Browse the repository at this point in the history
upgrade to 20
  • Loading branch information
b88tneck authored Jan 31, 2024
1 parent 2736301 commit b63fa0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/learn-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'
- run: npm install -g bats
- run: bats -v

0 comments on commit b63fa0b

Please sign in to comment.