Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 2, 2021
1 parent 9da8f5a commit f524d75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- uses: actions/setup-node@v2.4.0
- uses: actions/setup-node@v2.4.1
with:
registry-url: 'https://registry.npmjs.org'
node-version: 14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2.4.0
- uses: actions/setup-node@v2.4.1

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit f524d75

Please sign in to comment.