Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Apr 1, 2024
1 parent 3b456fb commit ea7b2e8
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -96,7 +96,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -117,7 +117,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -144,19 +144,19 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Print Node.js and npm versions
run: |
echo "Node.js version:"
node -v
echo "npm version:"
npm -v
- name: Print Node.js and npm versions
run: |
echo "Node.js version:"
node -v
echo "npm version:"
npm -v
- run: npm i
- run: npm run build --if-present
- run: npm run compile --if-present
Expand All @@ -177,7 +177,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -204,7 +204,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -225,7 +225,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -246,7 +246,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -269,7 +269,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -292,7 +292,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -319,7 +319,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -346,7 +346,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.5.1']
node-version: ['20.12.0']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit ea7b2e8

Please sign in to comment.