Skip to content

Commit

Permalink
Merge pull request #375 from Shopify/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-3.1.1

Bump actions/setup-node from 3.1.0 to 3.1.1
  • Loading branch information
rafaelfranca committed May 13, 2022
2 parents 25950b7 + a94fc22 commit f5122f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Node.js environment
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3.1.1
with:
node-version: '16'
check-version: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3

- name: Setup Node.js environment
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3.1.1
with:
node-version: '16'
check-latest: true
Expand Down

0 comments on commit f5122f5

Please sign in to comment.