change self-hosted

This commit is contained in:
2020-12-15 15:57:29 +01:00
parent eceb574781
commit 7c54fd8b30

View File

@@ -1,23 +0,0 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: self-hosted
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- uses: kappa0923/nuxtjs-generate-action@v0.1.0