1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-07-17 16:38:59 +00:00

Simplified & updated CI/CD

This commit is contained in:
Bastien Wirtz 2022-06-12 16:15:54 +02:00
parent 1327cc0ab0
commit a43fe354ec
7 changed files with 51 additions and 133 deletions

View file

@ -20,7 +20,7 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with: