There was an error while loading. Please reload this page.
1 parent 02c9277 commit 1d2a9acCopy full SHA for 1d2a9ac
1 file changed
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: 16
+ node-version: lts/*
15
cache: npm
16
- run: npm ci
17
- run: npm run build
0 commit comments