Skip to content

Commit 62d9505

Browse files
renovate[bot]renovate-bot
andauthoredFeb 28, 2022
Update actions/setup-node action to v3 (#429)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 0736993 commit 62d9505

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
@@ -15,7 +15,7 @@ jobs:
1515
- run: git config --global core.autocrlf input
1616
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node }}
18-
uses: actions/setup-node@v2
18+
uses: actions/setup-node@v3
1919
with:
2020
node-version: ${{ matrix.node }}
2121
- run: npm install

0 commit comments

Comments
 (0)
Please sign in to comment.