Skip to content

Commit

Permalink
update node versions from 10,12 to 16,18
Browse files Browse the repository at this point in the history
  • Loading branch information
dopecodez committed Dec 23, 2022
1 parent 6d3301e commit 3f6429d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
matrix:
node-version:
- 14
- 12
- 10
- 16
- 18
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -38,10 +38,10 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: '12'
node-version: '16'
- run: npm install
- run: npm run test
- uses: paambaati/codeclimate-action@v2.7.5
- uses: paambaati/codeclimate-action@v3.2.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
if: env.CC_TEST_REPORTER_ID != null
Expand Down

0 comments on commit 3f6429d

Please sign in to comment.