Skip to content

Commit

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

chore(deps): bump actions/setup-node from 2 to 4
  • Loading branch information
reqlez authored Aug 2, 2024
2 parents 32e9a1c + 7b00018 commit b82d917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install node ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit b82d917

Please sign in to comment.