Skip to content

Commit

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

[skip ci] Bump actions/setup-node from 3.7.0 to 3.8.1
  • Loading branch information
vpodk authored Aug 18, 2023
2 parents 105a5b9 + b7aadab commit 10b29d4
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.7.0
uses: actions/setup-node@v3.8.1
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.7.0
- uses: actions/setup-node@v3.8.1
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit 10b29d4

Please sign in to comment.