Skip to content

Commit

Permalink
Revert to Node 18.18
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeLonewolf committed Dec 13, 2023
1 parent 909ff30 commit 23e4ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Use Node.js 18.x
- name: Use Node.js 18.18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 18.18.x
- name: Install and Build 🔧
# TODO: when we move shieldlib to its own repo, move shieldlib docs CI also
run: |
Expand Down

0 comments on commit 23e4ca1

Please sign in to comment.