Skip to content

Commit

Permalink
Update to Node 18 (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau authored Mar 1, 2024
1 parent 5c6829b commit fa9d655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: yarn

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18

0 comments on commit fa9d655

Please sign in to comment.