diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61e9025..5b86667 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,8 @@ jobs: fail-fast: false matrix: node-version: - - 16 - 18 + - 20 - latest steps: - uses: actions/checkout@v4 @@ -20,6 +20,6 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm install - run: npm test - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8bba9c9..2bb024c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' registry-url: 'https://registry.npmjs.org' - run: git config --global user.email "wuergler@gmail.com" - run: git config --global user.name "Michael Wuergler"