Skip to content

Commit

Permalink
add tests to release
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceharrison1984 committed Jul 8, 2023
1 parent 61a05a9 commit 62f7f5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
id: getReleaseVersion
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/v}

- name: Use Node.js 16.10.0
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.10.0'
node-version: 16.x
registry-url: https://registry.npmjs.org/

- name: Update NPM
Expand All @@ -43,6 +43,9 @@ jobs:
- name: Lint
run: npm run lint

- name: Test
run: npm run test

- name: Build
run: npm run build

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"engines": {
"node": ">=16.0.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@docusaurus/core": "^2.3.1",
"@fortawesome/free-brands-svg-icons": "^6.2.0"
Expand Down

0 comments on commit 62f7f5b

Please sign in to comment.