Skip to content

Commit 1b356d3

Browse files
authored
chore: fix Github artifact name (#821)
1 parent e551288 commit 1b356d3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
node-versoin: 22
1515
- os: ubuntu-latest
1616
timezone: Etc/GMT
17-
node-version: 16
17+
node-version: 20
1818
- os: ubuntu-latest
1919
timezone: Asia/Shanghai
20-
node-version: 15
20+
node-version: 18
2121
- os: ubuntu-latest
2222
timezone: Asia/Shanghai
23-
node-version: 14
23+
node-version: 16
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- name: Checkout
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/upload-artifact@v4
4545
if: failure()
4646
with:
47-
name: test-npm-logs-${{ matrix.os }}-${{ replace(matrix.timezone, '/', '_') }}-${{ matrix.node-version }}
47+
name: test-npm-logs-${{ matrix.os }}-${{ matrix.node-version }}
4848
path: ~/.npm/_logs
4949
demo:
5050
name: Demo Check

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"types": "dist/index.d.ts",
1414
"engines": {
15-
"node": ">=14"
15+
"node": ">=16"
1616
},
1717
"scripts": {
1818
"lint": "eslint \"**/*.mjs\" \"**/*.ts\" .",

0 commit comments

Comments
 (0)