Skip to content

Commit

Permalink
👷 Update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
47PADO47 committed Jan 16, 2024
1 parent ef8f78b commit 3be6cf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generateDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
name: Build & Generate
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.2.0
node-version: '21.6.0'
- name: Install
run: npm ci
- name: Build
Expand Down

0 comments on commit 3be6cf5

Please sign in to comment.