Skip to content

Commit

Permalink
Merge pull request #172 from DavyJonesLocker/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
tagliala authored Oct 24, 2023
2 parents 5364c43 + c47372c commit 2bbd605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ruby-version: '3.2'
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
- name: Get yarn cache directory path
Expand Down

0 comments on commit 2bbd605

Please sign in to comment.