8000 Regenerate clients - commit 1b6b074b672173ec33043bbf3e731cbc4952b14a by ArduinoBot · Pull Request #86 · arduino/iot-client-js · GitHub
[go: up one dir, main page]

Skip to content

Regenerate clients - commit 1b6b074b672173ec33043bbf3e731cbc4952b14a #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Upgraded action
  • Loading branch information
rjtokenring committed Oct 25, 2024
commit d786eb894a58dc3ffaa967c7db14b1da09b57cc1
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
uses: actions/checkout@master

- name: Smoke test
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '12'
node-version: '20'
- run: npm install
- run: npm run build
- run: cd smoke_test
Expand Down
0