Skip to content

Commit

Permalink
Set nodejs version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Mar 15, 2023
1 parent dee6a8b commit d787697
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: 16

- name: Install dependencies
run: yarn install --frozen-lockfile

Expand Down

0 comments on commit d787697

Please sign in to comment.