Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Mar 28, 2024
1 parent 8912120 commit 4bd1a07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- name: npm install
run: npm install && ./node_modules/.bin/npr which standardx
run: npm install
- name: npm test
run: ./node_modules/.bin/npr standard && node ./test
run: standard && node ./test
env:
CI: true
AWS_ACCESS_KEY_ID: ${{ secrets.TEST_OPTOOLCO3_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.TEST_OPTOOLCO3_SECRET_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.DEVOPS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEVOPS_SECRET_KEY }}

0 comments on commit 4bd1a07

Please sign in to comment.