Skip to content

Commit

Permalink
edit node version
Browse files Browse the repository at this point in the history
  • Loading branch information
erhant committed May 6, 2024
1 parent 91959c0 commit 6da1c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v1
with:
node-version: '20'
node-version: 19.x

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,5 @@ jobs:
- name: Install dependencies
run: yarn

- name: Build
run: yarn build

- name: Run tests
run: yarn test

0 comments on commit 6da1c87

Please sign in to comment.