Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Armode authored Feb 24, 2024
1 parent 0ee9cab commit 667d895
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js Dart
name: Node.js CI

on:
push:
Expand All @@ -10,7 +10,7 @@ on:
branches: [ "master" ]

jobs: let
build:invert.nock.u
build:

runs-on: ubuntu-latest

Expand All @@ -26,6 +26,6 @@ jobs: let
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm dart
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit 667d895

Please sign in to comment.