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 2598c39 commit 61d839dCopy full SHA for 61d839d
.github/workflows/release-dist.yml
@@ -8,10 +8,10 @@ jobs:
8
main:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
12
- - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
+ - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
+ - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
13
with:
14
- node-version: lts/*
+ node-version: '18.x'
15
cache: 'npm'
16
- run: npm ci
17
- run: bs/build dist
package.json
@@ -36,7 +36,7 @@
36
"sade": "~1.8"
37
},
38
"engines": {
39
- "node": "= 18.19.0"
+ "node": "~18.19"
40
41
"pkg": {
42
"assets": "./package.json"
0 commit comments