[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1461 from AtomLinter/renovate/actions-setup-node-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node action to v3
  • Loading branch information
UziTech committed Feb 26, 2022
2 parents 6734c79 + 9e339da commit aae5e47
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 @@ -68,7 +68,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: UziTech/action-setup-atom@v1
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: "12.x"
- name: NPM install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "12"
- name: Setup PNPM
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "12"
- name: Setup PNPM
Expand Down

0 comments on commit aae5e47

Please sign in to comment.