chore(deps): update actions/setup-node action to v3 (#93)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
90d9fabd27
commit
6481de22d4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/server-CI.yaml
vendored
2
.github/workflows/server-CI.yaml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16'
|
||||
- name: Install deps
|
||||
|
|
Loading…
Reference in a new issue