Skip to content

Commit

Permalink
Merge pull request #100 from wayfair-incubator/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-node-4.0.0

Bump actions/setup-node from 3.8.1 to 4.0.0
  • Loading branch information
vpodk committed Dec 9, 2023
2 parents 6097bee + 56a1079 commit e22fd4d
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.8.1
uses: actions/setup-node@v4.0.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.8.1
- uses: actions/setup-node@v4.0.0
with:
node-version: 16
registry-url: https://registry.npmjs.org/
Expand Down

0 comments on commit e22fd4d

Please sign in to comment.