Skip to content

Commit

Permalink
upgrade to nodejs 20.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviasculley committed Oct 14, 2023
1 parent 81d6be0 commit 01e7b94
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:
- name: Install npm
uses: actions/setup-node@v3
with:
node-version: "18.12.0"
node-version: "20.8.0"
cache: "npm"

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.12.0
nodejs 20.8.0

0 comments on commit 01e7b94

Please sign in to comment.