mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 23:57:07 +00:00
⬆️ Upgrade actions/setup-node action to v3
This commit is contained in:
parent
423f84bb50
commit
61acceb306
1 changed files with 1 additions and 1 deletions
2
.github/workflows/record-images.yml
vendored
2
.github/workflows/record-images.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
uses: actions/checkout@master
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 15
|
||||
|
||||
|
|
Loading…
Reference in a new issue