Skip to content

Commit

Permalink
Merge pull request #91 from wayfair-incubator/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-node-3.7.0

Bump actions/setup-node from 3.6.0 to 3.7.0
  • Loading branch information
vpodk authored Jul 12, 2023
2 parents d0951f6 + 76454c0 commit 105a5b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 105a5b9

Please sign in to comment.