Skip to content

Commit

Permalink
ci: explicitly setup Node
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Nov 17, 2023
1 parent b2e23dc commit c82dddf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: '16'
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.2'
Expand Down

0 comments on commit c82dddf

Please sign in to comment.