Skip to content

Commit

Permalink
gha: update nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Dec 19, 2023
1 parent 22530b8 commit 07af517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn

- name: Install Dependencies and Run Tests
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn

- name: Install Dependencies and Generate
Expand Down

0 comments on commit 07af517

Please sign in to comment.