1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/KevinK.dev.js.git synced 2025-09-24 05:16:11 +02:00

Update actions/setup-node action to v2

This commit is contained in:
Renovate Bot 2021-02-16 17:49:27 +00:00 committed by renovate[bot]
commit 96b46af657

View file

@ -13,7 +13,7 @@ jobs:
name: Checkout Repo
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12.x'