Skip to content

Commit

Permalink
fix(deps): bump actions/setup-node from 3.5.0 to 3.5.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.5.0...v3.5.1)
  • Loading branch information
dependabot[bot] authored and matteobruni committed Dec 29, 2022
1 parent 0a17349 commit 28d3cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nuxt2-particles-demo/.github/workflows/ci.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.5.0
uses: actions/setup-node@v3.5.1
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand Down

0 comments on commit 28d3cb3

Please sign in to comment.