Skip to content

Commit

Permalink
fix: set node version 18 for publish and test
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Feb 2, 2023
1 parent 736215c commit cad0619
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test
- run: npx semantic-release
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- name: Lint Code Base
uses: github/super-linter@v4.10.1
Expand Down

0 comments on commit cad0619

Please sign in to comment.