Skip to content

Commit

Permalink
Use nodejs workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Oct 27, 2022
1 parent efa52b1 commit 4a5b220
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,5 @@ name: Node CI
on: [push]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x]

steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: yarn install, build, and test
run: |
yarn install
yarn test --reporters=github-actions
env:
CI: true
test:
uses: "placemark/workflows/.github/workflows/nodejs.yml@v2"

0 comments on commit 4a5b220

Please sign in to comment.