mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 22:40:48 -07:00
chore: fix Github artifact name
This commit is contained in:
@@ -14,13 +14,13 @@ jobs:
|
|||||||
node-versoin: 22
|
node-versoin: 22
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
timezone: Etc/GMT
|
timezone: Etc/GMT
|
||||||
|
node-version: 20
|
||||||
|
- os: ubuntu-latest
|
||||||
|
timezone: Asia/Shanghai
|
||||||
|
node-version: 18
|
||||||
|
- os: ubuntu-latest
|
||||||
|
timezone: Asia/Shanghai
|
||||||
node-version: 16
|
node-version: 16
|
||||||
- os: ubuntu-latest
|
|
||||||
timezone: Asia/Shanghai
|
|
||||||
node-version: 15
|
|
||||||
- os: ubuntu-latest
|
|
||||||
timezone: Asia/Shanghai
|
|
||||||
node-version: 14
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: test-npm-logs-${{ matrix.os }}-${{ replace(matrix.timezone, '/', '_') }}-${{ matrix.node-version }}
|
name: test-npm-logs-${{ matrix.os }}-${{ matrix.node-version }}
|
||||||
path: ~/.npm/_logs
|
path: ~/.npm/_logs
|
||||||
demo:
|
demo:
|
||||||
name: Demo Check
|
name: Demo Check
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
},
|
},
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=14"
|
"node": ">=16"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint \"**/*.mjs\" \"**/*.ts\" .",
|
"lint": "eslint \"**/*.mjs\" \"**/*.ts\" .",
|
||||||
|
|||||||
Reference in New Issue
Block a user