Skip to content

Commit

Permalink
chore: switch dev env to node v20 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign committed Dec 13, 2023
1 parent 10035c9 commit 0364cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js 16.8
- name: Use Node.js v20
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
20

0 comments on commit 0364cd9

Please sign in to comment.