Skip to content

Commit

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

Bump actions/setup-node from 3 to 4
  • Loading branch information
abraham committed Feb 19, 2024
2 parents d2b1d37 + a68495c commit 28aeee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/index.yaml
Expand Up @@ -9,7 +9,7 @@ jobs:
node: [18, 20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand Down

0 comments on commit 28aeee6

Please sign in to comment.