mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 03:26:59 +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
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- run: npm install
|
||||
- name: Run Tests
|
||||
timeout-minutes: 5
|
||||
|
||||
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
@@ -15,6 +15,8 @@ jobs:
|
||||
# Initialization
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- run: npm install
|
||||
- name: Run Tests
|
||||
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:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- run: npm install
|
||||
- name: Set config
|
||||
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
|
||||
run: docker ps
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- run: npm install
|
||||
- name: Run Tests
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user