Skip to content

Commit 09c145c

Browse files
Merge pull request #3 from ffmpegwasm/dependabot/github_actions/actions/setup-node-3
2 parents e7e5d30 + d5d9a8a commit 09c145c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ref: ${{ github.event.pull_request.head.sha }}
3737

3838
- name: Setup node env 🏗
39-
uses: actions/setup-node@v2.5.1
39+
uses: actions/setup-node@v3
4040
with:
4141
node-version-file: '.nvmrc'
4242
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)