Skip to content

Commit

Permalink
Code comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscb committed Nov 3, 2023
1 parent b7cc282 commit 1875258
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 40 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ name: Smoke Tests

on:
push:
branches: [master]
branches:
- master
pull_request:
branches: [master]
branches:
- master

defaults:
run:
working-directory: typescript
working-directory: ./typescript
jobs:
test:
name: Smoke Tests
Expand All @@ -20,7 +22,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '>= 18'

- name: Install dependencies
run: npm ci
Expand Down

This file was deleted.

0 comments on commit 1875258

Please sign in to comment.