Skip to content

Commit

Permalink
Upgrade to setup-node@v4, remove node-version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jackTabsCode committed Nov 18, 2024
1 parent 6f39460 commit 38f8a2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 16
uses: actions/setup-node@v4

- name: Install Moonwave
run: npm install -g moonwave
Expand Down

0 comments on commit 38f8a2e

Please sign in to comment.