Skip to content

Commit

Permalink
chore: update nodejs action setup
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss committed Nov 22, 2023
1 parent 9225904 commit 657947b
Show file tree
Hide file tree
Showing 6 changed files with 147 additions and 147 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
72 changes: 36 additions & 36 deletions docs/classes/AbstractVector.html

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions docs/classes/ArrayVector.html

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions docs/classes/Float32Vector.html

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions docs/classes/Vector.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/interfaces/VectorConstructable.html

Large diffs are not rendered by default.

0 comments on commit 657947b

Please sign in to comment.