Skip to content

Commit a5fdbb3

Browse files
dependabot[bot]matteobruni
authored andcommitted
fix(deps): bump actions/setup-node from 3.3.0 to 3.4.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3.3.0...v3.4.0)
1 parent e7d1030 commit a5fdbb3

File tree

1 file changed

+1
-1
lines changed
  • apps/nuxt2-particles-demo/.github/workflows

1 file changed

+1
-1
lines changed

apps/nuxt2-particles-demo/.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@master
2525

2626
- name: Setup node env 🏗
27-
uses: actions/setup-node@v3.3.0
27+
uses: actions/setup-node@v3.4.0
2828
with:
2929
node-version: ${{ matrix.node }}
3030
check-latest: true

0 commit comments

Comments
 (0)