Skip to content

Commit

Permalink
Merge branch 'dragonman225:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickG1014 authored Nov 25, 2022
2 parents f357c5a + 4aa0718 commit 50fc664
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
name: Node.js Reference Test

on: [push]
on:
push:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [15, 16]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Generate the test blog
run: |
npm i -g notablog
notablog generate .
env:
CI: true
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16"
- name: Generate the test blog
run: |
npm i -g notablog
notablog generate .
env:
CI: true

0 comments on commit 50fc664

Please sign in to comment.