Skip to content

Commit

Permalink
Merge pull request #356 from myrotvorets/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-2.4.1

Bump actions/setup-node from 2.4.0 to 2.4.1
  • Loading branch information
myrotvorets-team authored Sep 27, 2021
2 parents fcce0ff + 07741b2 commit 730b108
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v2.3.4

- name: Setup Node.js environment
uses: actions/setup-node@v2.4.0
uses: actions/setup-node@v2.4.1
with:
node-version: ${{ matrix.node_version }}
registry-url: https://npm.pkg.github.com
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node.js environment
uses: actions/setup-node@v2.4.0
uses: actions/setup-node@v2.4.1
with:
node-version: ${{ matrix.node_version }}

Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Node.js environment
uses: actions/setup-node@v2.4.0
uses: actions/setup-node@v2.4.1
with:
node-version: ${{ matrix.node_version }}
registry-url: https://npm.pkg.github.com
Expand Down

0 comments on commit 730b108

Please sign in to comment.