diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e60048d..bb025f1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 21.x] + node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 23.x] os: [ubuntu-latest, macOS-latest, windows-latest] runs-on: ${{ matrix.os }} @@ -26,9 +26,10 @@ jobs: if: runner.os == 'Windows' - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} + architecture: 'x64' - name: Create the npm cache directory run: mkdir npm-cache && npm config set cache ./npm-cache --global - name: Cache node modules diff --git a/.prettier b/.prettier index 470c468..9257ec1 100644 --- a/.prettier +++ b/.prettier @@ -2,6 +2,5 @@ "bracketSpacing": false, "printWidth": 100, "trailingComma": "all", - "bracketSpacing": false, "arrowParens": "avoid" } diff --git a/README.md b/README.md index 5ba580b..88e0464 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ To be clear, all contributions added to this library will be included in the lib
  • Data Validations
  • Cell Comments
  • Tables
  • +
  • PivotTables
  • Styles