diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 83acbe2..d78872a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 10.x + node-version: 22.x - name: Build run: | diff --git a/.gitignore b/.gitignore index 04c01ba..5c1bfd3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ -dist/ \ No newline at end of file +dist/ +.idea/