Skip to content

Commit

Permalink
Update and rename node.js.yml to nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Corofides authored Oct 26, 2023
1 parent 75648a4 commit 79266d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: "18.8"
cache: 'npm'
- run: npm ci
- run: npm run build --if-present

0 comments on commit 79266d9

Please sign in to comment.