Skip to content

Commit

Permalink
build(workflow): add missing Node.js installation
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed May 29, 2024
1 parent 4b4f64e commit 8aab508
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
with:
ruby-version: 2.6.6
bundler-cache: true
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Cache installed Pods
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 8aab508

Please sign in to comment.