Skip to content

Commit

Permalink
Merge pull request #113 from radiovisual/update-ci-for-node-20
Browse files Browse the repository at this point in the history
ci: update workflows to node v20
  • Loading branch information
radiovisual authored Feb 18, 2024
2 parents 0f82588 + 667c789 commit 3376f40
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 "wuergler@gmail.com"
- run: git config --global user.name "Michael Wuergler"
Expand Down

0 comments on commit 3376f40

Please sign in to comment.