Skip to content

Commit

Permalink
Update node version to the one we actually use
Browse files Browse the repository at this point in the history
  • Loading branch information
palmertab authored Nov 2, 2024
1 parent bdcb886 commit e74767e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Get node
uses: actions/setup-node@v1
with:
node-version: 18.2.0
node-version: 18.17.1

- name: Install packages
run: npm install
Expand Down

0 comments on commit e74767e

Please sign in to comment.