Skip to content

Commit

Permalink
ci: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
filo87 committed Feb 13, 2024
1 parent 6c3f499 commit 6155e25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: 'Setup Node'
uses: actions/setup-node@v3
with:
node-version: '16.14'
node-version: '18'
cache: 'yarn'
- name: 'Install Dependencies'
run: yarn install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: 'Setup Node'
uses: actions/setup-node@v3
with:
node-version: '16.14'
node-version: '18'
cache: 'yarn'
- name: 'Install Dependencies'
run: yarn install
Expand All @@ -37,7 +37,7 @@ jobs:
- name: 'Setup Node'
uses: actions/setup-node@v3
with:
node-version: '16.14'
node-version: '18'
cache: 'yarn'
- name: 'Install Dependencies'
run: yarn install
Expand Down

0 comments on commit 6155e25

Please sign in to comment.