Skip to content

Commit

Permalink
Update node-12-to-14.npm-6.test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Nov 12, 2021
1 parent bc5727c commit 839e804
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node-12-to-14.npm-6.test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Test Node 12, 13, 14 and NPM 6
name: Test Node 12, 14, 16, 17 and NPM 6, 7, 8

on:
workflow_dispatch:
Expand All @@ -16,12 +16,12 @@ jobs:
fail-fast: false
matrix:
framework: [angular, angularjs, inferno, lit-element, preact, react, svelte, vanilla, vue, vue3]
leanup: [latest]
node: [14]
# node: [12, 13, 14]
framework: [react]
tag: [latest]
node: [12, 13, 14, 15, 16, 17]
# https://github.com/actions/virtual-environments#available-environments
os: [ubuntu-latest, macos-latest, windows-latest]
name: (${{matrix.framework}}) / ${{matrix.leanup}} / Node ${{ matrix.node }} / ${{ matrix.os }}
name: ${{matrix.framework}} / ${{matrix.tag}} / Node ${{ matrix.node }} / ${{ matrix.os }}
steps:
- name: Checkout specific branch
uses: actions/checkout@v2.4.0
Expand All @@ -37,5 +37,5 @@ jobs:
- name: Test all framework variants
run: |
rm ../.eslintrc.js
sh wake-up.sh ${{matrix.framework}} leanup next
sh wake-up.sh ${{matrix.framework}} leanup ${{matrix.tag}}
working-directory: scripts

0 comments on commit 839e804

Please sign in to comment.