Skip to content

Commit

Permalink
#166 update node version (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonatai committed Jan 5, 2024
1 parent 45f2a69 commit 8b28817
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set Node.js 18.x
- name: Set Node.js 21.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 21.x

- name: Run install
uses: borales/actions-yarn@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Install
run: yarn install

- name: Set Node.js 18.x
- name: Set Node.js 21.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 21.x

- name: Run install
uses: borales/actions-yarn@v4
Expand Down

0 comments on commit 8b28817

Please sign in to comment.