Skip to content

Commit 8c16c07

Browse files
committed
chore: build the package prior to release in workflow
1 parent 9110c86 commit 8c16c07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/module.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,11 @@ jobs:
9595
- name: Setup Node
9696
uses: actions/setup-node@master
9797
with:
98-
node-version: 14
98+
node-version: 16
9999
- name: Install Dependencies
100100
run: npm i
101+
- name: Build Package
102+
run: npm run build
101103
- name: Publish to NPM
102104
env:
103105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)