Skip to content

Commit

Permalink
Merge pull request #31 from atom-community/renovate/actions-setup-nod…
Browse files Browse the repository at this point in the history
…e-4.x

chore(deps): update actions/setup-node action to v4
  • Loading branch information
aminya authored Oct 28, 2023
2 parents 9594e38 + d79be5e commit ab02e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "16.x"

Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "16.x"
- name: NPM install
Expand Down

0 comments on commit ab02e85

Please sign in to comment.