Skip to content

Commit

Permalink
Fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaitanLyss committed Jul 26, 2024
1 parent 6b5bcc8 commit 267d8ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- uses: oven-sh/setup-bun@v2
- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@sveltejs/package": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/autosize": "^4.0.3",
"@types/bun": "^1.1.6",
"@types/eslint": "^8.56.7",
"@types/lodash-es": "^4.17.12",
"@types/ml-classify-text": "^2.0.3",
Expand Down
1 change: 1 addition & 0 deletions src/lib/utils/xml.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { assert, describe, it } from 'vitest';

import {
formatXml,
parseXml,
Expand Down

0 comments on commit 267d8ef

Please sign in to comment.