Skip to content

Commit

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

Chore(deps): Bump actions/setup-node from 3 to 4
  • Loading branch information
awcodes authored Nov 2, 2023
2 parents 18a0355 + c0f6f91 commit 26da7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 26da7ac

Please sign in to comment.