Merge pull request #73 from werf/feat/use_nodejs_20

feat: use nodejs 20
This commit is contained in:
Aleksei Igrychev
2024-02-14 15:34:26 +00:00
committed by GitHub
15 changed files with 17 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
@@ -35,7 +35,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0