Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teguhbayu committed May 19, 2024
1 parent 6e181f1 commit c99e4fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [20.13.1]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
env:
DATABASE_URL: ${{secrets.DATABASE_URL}}
Expand All @@ -29,7 +29,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: installing dependencies
run: npm ci
- name: sync database
Expand Down

0 comments on commit c99e4fa

Please sign in to comment.