Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
chore: node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee authored Sep 1, 2023
1 parent c02a0f6 commit 8bbb311
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v2

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

- name: Cache node_modules
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 8bbb311

Please sign in to comment.