Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexus633 committed Nov 5, 2023
1 parent 32ffb11 commit 282609a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- name: Remove File
uses: JesseTG/rm@v1.0.3
with:
path: .env
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Remove File
uses: JesseTG/rm@v1.0.3
with:
path: .env
- run: npm ci
- run: npm test

0 comments on commit 282609a

Please sign in to comment.