Skip to content

Commit

Permalink
Only test on node 16
Browse files Browse the repository at this point in the history
What Sass can do is independent of Node version
  • Loading branch information
Snugug committed Aug 14, 2022
1 parent cef68e1 commit 457c870
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,12 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 16.x
cache: 'npm'
- run: npm ci
- run: npm test

0 comments on commit 457c870

Please sign in to comment.