Skip to content

Commit

Permalink
ci: update workflows to node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
radiovisual committed Feb 18, 2024
1 parent 0f82588 commit 667c789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
fail-fast: false
matrix:
node-version:
- 16
- 18
- 20
- latest
steps:
- uses: actions/checkout@v4
Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
- run: git config --global user.name "Michael Wuergler"
Expand Down

0 comments on commit 667c789

Please sign in to comment.