Skip to content

Commit

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

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
Kikobeats committed Oct 24, 2023
2 parents e58c81d + eed57c3 commit 10219c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 2
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install
Expand Down

0 comments on commit 10219c2

Please sign in to comment.