Skip to content

Commit

Permalink
Update ci.tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicioslc authored Oct 17, 2023
1 parent 8971d2c commit 3172014
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,12 @@ jobs:
test:
name: 'Test Provider Integration'
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.15.4]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 14
# Skip post-install scripts here, as a malicious
# script could steal NODE_AUTH_TOKEN.
- run: npm install --ignore-scripts
Expand Down

0 comments on commit 3172014

Please sign in to comment.