We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f82588 + 667c789 commit 3376f40Copy full SHA for 3376f40
.github/workflows/main.yml
@@ -10,8 +10,8 @@ jobs:
10
fail-fast: false
11
matrix:
12
node-version:
13
- - 16
14
- 18
+ - 20
15
- latest
16
steps:
17
- uses: actions/checkout@v4
@@ -20,6 +20,6 @@ jobs:
20
node-version: ${{ matrix.node-version }}
21
- run: npm install
22
- run: npm test
23
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v4
24
with:
25
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/setup-node@v4
- 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"
0 commit comments