Skip to content

Commit

Permalink
feat: add set-up node for deploy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
IZUMI-Zu authored Oct 21, 2024
1 parent fc211cf commit 51e8fc8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3

- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 20

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

0 comments on commit 51e8fc8

Please sign in to comment.