Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zKXDEX authored Nov 20, 2023
1 parent 369893b commit 9e63a56
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1 @@
name: Node CI

on: [push]

jobs:
build:
runs-on: windows-2016

strategy:
matrix:
node-version: [10.x, 12.x, 14.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: install, build, and test
run: |
yarn
yarn run build
yarn run test
env:
CI: true

0 comments on commit 9e63a56

Please sign in to comment.