Skip to content

Commit

Permalink
Add back node16 version
Browse files Browse the repository at this point in the history
  • Loading branch information
direnakkoc committed Mar 30, 2023
1 parent f820c66 commit fa83906
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Expand Up @@ -14,13 +14,13 @@ jobs:

strategy:
matrix:
node-version: [18]
node-version: [16, 18]

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: ${{ matrix.node-version }}.x
cache: 'npm'
- run: npm ci
- run: npm test
Expand All @@ -31,11 +31,6 @@ jobs:
flag-name: run-node-${{ matrix.node-version }}
parallel: true
path-to-lcov: coverage/lcov.info
# - name: Package test project with Serverless v2
# working-directory: ./serverless-test-project
# run: |
# npm i serverless@2
# npm run test:v2
finish:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit fa83906

Please sign in to comment.