Skip to content

Commit

Permalink
ci(test): Fixed node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexnortung committed Feb 21, 2024
1 parent 5696980 commit df4449c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- uses: JS-DevTools/npm-publish@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: ${{ matrix.node }}
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit df4449c

Please sign in to comment.