Skip to content

Commit

Permalink
Merge 195ffdc into f343150
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 1, 2022
2 parents f343150 + 195ffdc commit 25b93c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Use Node.js
id: setup_node
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3.1.1
with:
node-version: ${{ matrix.node-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package-manager-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3.1.1
id: setup_node
with:
node-version: ${{ matrix.node-version }}
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Use Node.js
id: setup_node
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3.1.1
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 25b93c7

Please sign in to comment.