Skip to content

Commit

Permalink
Merge pull request #396 from CubeArtisan/dependabot/github_actions/de…
Browse files Browse the repository at this point in the history
…v/actions/setup-node-3

chore(deps): bump actions/setup-node from 2 to 3
  • Loading branch information
ruler501 authored Feb 25, 2022
2 parents 314e850 + 03d8d1a commit 4aa7095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '16.10'
cache: 'yarn'
Expand Down

0 comments on commit 4aa7095

Please sign in to comment.