Skip to content

Commit 5c2a053

Browse files
committed
Merge branch 'main' into public
2 parents d51efeb + 1a334b1 commit 5c2a053

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,12 @@ jobs:
6666
matrix:
6767
os:
6868
- ubuntu-latest
69-
- macos-latest
70-
- windows-latest
7169
node:
7270
- '16'
7371
- '18'
7472
include:
7573
- os: ubuntu-latest
7674
os_name: Linux
77-
- os: macos-latest
78-
os_name: macOS
79-
- os: windows-latest
80-
os_name: Windows
8175
steps:
8276
- name: Setup Node.js
8377
uses: actions/setup-node@v3

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seamapi/makenew-tsmodule",
3-
"version": "1.2.5",
3+
"version": "1.2.6",
44
"description": "Package skeleton for a TypeScript module.",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)