Skip to content

Commit

Permalink
use node 16 until everything can be updated
Browse files Browse the repository at this point in the history
  • Loading branch information
imnotjames committed Sep 28, 2023
1 parent 66e30f0 commit 235e5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
- name: install dependencies
run: npm install

Expand Down

0 comments on commit 235e5ce

Please sign in to comment.