fix(ci): update node-version to 20
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17
|
||||
node-version: 20
|
||||
- name: Pull changes
|
||||
run: |
|
||||
git checkout master
|
||||
@@ -76,7 +76,7 @@ jobs:
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17
|
||||
node-version: 20
|
||||
- name: Pull
|
||||
run: git pull
|
||||
- name: Checkout main
|
||||
@@ -205,7 +205,7 @@ jobs:
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17
|
||||
node-version: 20
|
||||
- name: Setup metrics
|
||||
run: npm ci
|
||||
- name: Pull
|
||||
@@ -256,7 +256,7 @@ jobs:
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17
|
||||
node-version: 20
|
||||
- name: Setup metrics
|
||||
run: npm ci
|
||||
- name: Publish release
|
||||
|
||||
2
.github/workflows/examples.presets.yml
vendored
2
.github/workflows/examples.presets.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17
|
||||
node-version: 20
|
||||
- name: Setup metrics
|
||||
run: npm ci
|
||||
- name: Publish presets examples
|
||||
|
||||
2
.github/workflows/test.presets.yml
vendored
2
.github/workflows/test.presets.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17
|
||||
node-version: 20
|
||||
- name: Setup metrics
|
||||
run: npm ci
|
||||
- name: Run tests
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 17
|
||||
node-version: 20
|
||||
- name: Setup metrics
|
||||
run: npm ci
|
||||
- name: Check contributions requirements
|
||||
|
||||
Reference in New Issue
Block a user