Skip to content

Commit 2dd30fa

Browse files
authored
ci(elease)
1 parent 470ac6b commit 2dd30fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release npm package
1+
name: Release
22

33
on:
44
push:
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@master
1414
- uses: actions/setup-node@v1
1515
with:
16-
node-version: "12.x"
16+
node-version: "14.x"
1717
- run: npm ci
1818
- run: npm run build --if-present
1919
- run: npm test

0 commit comments

Comments
 (0)