Skip to content

Commit

Permalink
Switch to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Carmeli committed May 10, 2024
1 parent 9b8127d commit 11b9524
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:

strategy:
matrix:
node-version: [16.14.x]
node-version: [18]


env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: yarn
cache-dependency-path: documentation/yarn.lock

Expand Down

0 comments on commit 11b9524

Please sign in to comment.