Skip to content

Commit 976d05f

Browse files
committed
add npm i to github action
1 parent 2aa3a05 commit 976d05f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
with:
4242
node-version: 14
4343
registry-url: https://registry.npmjs.org/
44+
- name: Install the dependencies
45+
run: npm i
46+
if: github.event_name == 'release'
4447
- name: Install vsce
4548
run: npm i -g vsce
4649
if: github.event_name == 'release'

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [1.0.0] - 2021-09-01
99

10-
Initial release of OOXML Validator.
10+
Initial release of OOXML Validator
1111

1212
### Added
1313

0 commit comments

Comments
 (0)