We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf951d commit ae46e36Copy full SHA for ae46e36
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
standardjs:
23
runs-on: ubuntu-latest
24
steps:
25
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
26
with:
27
node-version: '14.x'
28
- uses: actions/checkout@v4
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
15
python-version: "3.x"
16
- run: python -m pip install --upgrade pip build wheel twine
17
18
- name: Install Node dependencies
19
run: npm ci
20
- name: Minify JavaScript files
0 commit comments