Create node.js.yml

This commit is contained in:
2020-12-15 15:43:47 +01:00
committed by GitHub
parent 131c7427af
commit 36f6563bcc

23
.github/workflows/node.js.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
# 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: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- uses: kappa0923/nuxtjs-generate-action@v0.1.0