mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-06-05 20:22:02 +02:00
Update actions/setup-node action to v2
This commit is contained in:
parent
f900b9e668
commit
96b46af657
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue