Skip to content

Commit

Permalink
Merge pull request #1678 from abraham/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
abraham committed Oct 30, 2023
2 parents e983be1 + 31d4e9c commit a0b8350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/index.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
Expand Down

0 comments on commit a0b8350

Please sign in to comment.