Skip to content

Commit

Permalink
Use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
arsoba committed Nov 14, 2023
1 parent 0cf5a3e commit 7ae9c7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 18
node-version: 16
- name: install dependencies
run: yarn install
- name: publish
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 18
node-version: 16
- name: install dependencies
run: yarn install
- name: publish
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@master
with:
node-version: 18
node-version: 16
- name: install dependencies
run: yarn install
- name: publish
Expand Down

0 comments on commit 7ae9c7f

Please sign in to comment.