Skip to content

Commit

Permalink
chore: ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
spence-s committed Jan 13, 2024
1 parent 2bb3f39 commit 081b9b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node.js.yml
Expand Up @@ -19,12 +19,11 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm install
- run: npm run build --if-present
- run: npm test
- run: npm run test:native
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -194,7 +194,8 @@
"ts"
],
"files": [
"test/**/*"
"test/**/*",
"!test/native/**/*"
],
"verbose": true
},
Expand Down

0 comments on commit 081b9b5

Please sign in to comment.