Skip to content

Commit

Permalink
fix(website): use node version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 18, 2023
1 parent 664ff9b commit 46dcce3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- main
workflow_dispatch:


permissions:
contents: read
pages: write
Expand All @@ -33,7 +32,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18
cache: yarn
cache-dependency-path: ./website/package-lock.json
- name: Install dependencies
Expand All @@ -56,7 +55,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18
cache: yarn
cache-dependency-path: ./website/package-lock.json
- name: Install dependencies
Expand Down

0 comments on commit 46dcce3

Please sign in to comment.