diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77a7abd..7fc3a5d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: runs-on: windows-latest strategy: matrix: - node-version: [20.19.0] + node-version: [22.21.1] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -19,7 +19,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install npm - run: npm install npm@10.8.2 -g + run: npm install npm@10.9.4 -g - name: Install dependencies run: npm i - name: Run typescript compiler diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7c93cd4..b062ba3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: runs-on: windows-latest strategy: matrix: - node-version: [20.19.0] + node-version: [22.21.1] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} @@ -19,7 +19,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Install npm - run: npm install npm@10.8.2 -g + run: npm install npm@10.9.4 -g - name: Install dependencies run: npm i - name: Run lint diff --git a/.gitignore b/.gitignore index 5587554..0164fa8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ npm-debug.log coverage lib dist +.vscode +package-lock.json +.cache