Skip to content

Commit 02ee3bd

Browse files
committed
build(release.yml): set node-version to lts/*
1 parent fb9864e commit 02ee3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 16
14+
node-version: lts/*
1515
cache: npm
1616
- run: npm ci
1717
- run: npm run build

0 commit comments

Comments
 (0)