Skip to content

Commit

Permalink
Merge pull request #525 from massongit/run_pr_and_drop_versions
Browse files Browse the repository at this point in the history
Run jscpd CI for pull_request and delete Node.js 16.x and 17.x
  • Loading branch information
kucherenko committed Apr 13, 2022
2 parents 3406ed4 + 6333652 commit eee8c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
@@ -1,6 +1,6 @@
name: jscpd CI

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
node-version: [12.x, 14.x]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit eee8c7d

Please sign in to comment.