This commit is contained in:
parent
8692881944
commit
06ec760fd4
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Use Node.js 16
|
||||
- name: Use Node.js 19
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 19
|
||||
|
||||
- name: Install rsync
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue