Skip to content

Commit

Permalink
Merge pull request #2181 from beautify-web/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-node-3

Bump actions/setup-node from 1 to 3
  • Loading branch information
bitwiseman authored Aug 9, 2023
2 parents 40fb2c8 + fd6e707 commit 42f1178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 42f1178

Please sign in to comment.