Skip to content

Merge pull request #213 from amadeus4dev/SafePlaceDeco #153

Merge pull request #213 from amadeus4dev/SafePlaceDeco

Merge pull request #213 from amadeus4dev/SafePlaceDeco #153

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: Ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x]
name: Node ${{ matrix.node-version }} sample
steps:
- uses: actions/checkout@v2
- name: Set up Node ${{ matrix.nodeversion }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm install
- name: Testing
run: npm test
- name: Before deploy
run: npm run docs
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
FOLDER: docs