Skip to content

Commit

Permalink
Merge pull request #31 from aaron5670/renovate/actions-setup-node-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v3.6.0
  • Loading branch information
aaron5670 authored Feb 2, 2023
2 parents 53fdd34 + 07d6890 commit f48acdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run_install: true

- name: Use Node.js 16.x
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.6.0
with:
node-version: 16.x
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run_install: true

- name: Use Node.js 16.x
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.6.0
with:
node-version: 16.x
cache: "pnpm"
Expand Down

0 comments on commit f48acdd

Please sign in to comment.