Skip to content

Commit

Permalink
chore(ci): updates update-deps action to use node 16
Browse files Browse the repository at this point in the history
for now, until the rest is figured out
  • Loading branch information
edm00se authored Jan 2, 2024
1 parent 526ba70 commit 9bde878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: "lts/Iron"
node-version: "lts/Gallium"
cache: "npm"
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 9bde878

Please sign in to comment.