Skip to content

Commit

Permalink
Merge pull request #110 from jdevalk/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4

GH Actions: Bump actions/setup-node from 3 to 4
  • Loading branch information
jdevalk authored Dec 8, 2023
2 parents 49a45f7 + 92deb07 commit 219b9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# This action also handles the caching of the Yarn dependencies.
# https://github.com/actions/setup-node
- name: Set up node and enable caching of dependencies
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14'
cache: 'yarn'
Expand Down

0 comments on commit 219b9d8

Please sign in to comment.