diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 278fbb2..06cf625 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,11 @@ jobs: run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + + - name: Setup Node.js environment + uses: actions/setup-node@v4 + with: + node-version: '18' - name: Run build script run: bash build.sh diff --git a/.gitignore b/.gitignore index 395b11c..3011ef0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -build/ -external-plugins/ +build/ +node_modules/ .DS_STORE \ No newline at end of file