Skip to content

Commit

Permalink
build: upgrade node in api & builds to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rgall committed Jan 4, 2024
1 parent fcfb172 commit 90e61a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare-source/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'yarn'
- name: Install Dependencies
# https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-data
Expand Down
2 changes: 1 addition & 1 deletion api/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18

0 comments on commit 90e61a1

Please sign in to comment.