Skip to content

Commit

Permalink
Updates action node requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
BenParizek committed Mar 18, 2024
1 parent 274c65a commit 1fca993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-craft-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '20.x'

- name: Install npm dependencies
run: npm install
Expand Down

0 comments on commit 1fca993

Please sign in to comment.