mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2026-01-27 12:50:47 +03:00
use node 18 across all tests
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -15,6 +15,8 @@ jobs:
|
|||||||
# Initialization
|
# Initialization
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
|
|||||||
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
@@ -15,6 +15,8 @@ jobs:
|
|||||||
# Initialization
|
# Initialization
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
|
|||||||
2
.github/workflows/generate-sqlite-base.yml
vendored
2
.github/workflows/generate-sqlite-base.yml
vendored
@@ -16,6 +16,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- name: Set config
|
- name: Set config
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/postgres-redis-ci.yml
vendored
2
.github/workflows/postgres-redis-ci.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
|||||||
- name: Check running containers
|
- name: Check running containers
|
||||||
run: docker ps
|
run: docker ps
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user