Skip to content

Commit

Permalink
chore: update node version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
Akari0731 committed Oct 23, 2024
1 parent d67840f commit 0acc38d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22

- name: Review
run: yarn review
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist/
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,8 @@
"publishConfig": {
"access": "public",
"provenance": true
},
"engines": {
"node": ">=22"
}
}
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import typescript from "@rollup/plugin-typescript"
import pkg from "./package.json" assert { type: "json" }
import pkg from "./package.json" with { type: "json" }

export default {
input: "src/main.ts",
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="vitest" />
/// <reference types="vite/client" />
import react from "@vitejs/plugin-react"
import { defineConfig } from "vite"

Expand Down

0 comments on commit 0acc38d

Please sign in to comment.