Browse Source
Merge pull request #84 from sparanoid/dependabot/github_actions/actions/setup-node-4
chore(deps): bump actions/setup-node from 3 to 4
pull/93/head
sparanoid
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/test.yml
|
|
@ -52,7 +52,7 @@ jobs: |
|
|
|
bundle install --jobs 4 --retry 3 |
|
|
|
|
|
|
|
- name: Set up Node.js ${{ matrix.node-version }} |
|
|
|
uses: actions/setup-node@v3 |
|
|
|
uses: actions/setup-node@v4 |
|
|
|
with: |
|
|
|
node-version: ${{ matrix.node-version }} |
|
|
|
|
|
|
|