Skip to content

Commit

Permalink
Merge pull request #10 from Hbutlercapone/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-3

chore(deps): bump actions/setup-node from 2 to 3
  • Loading branch information
Hbutlercapone authored Apr 26, 2022
2 parents c521e37 + 695049b commit 5a49110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setting action build runtime
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
- uses: nearform/optic-release-automation-action@v2
Expand Down

0 comments on commit 5a49110

Please sign in to comment.