Skip to content

Commit

Permalink
Update Node to match server
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Dec 19, 2024
1 parent d7dae7a commit 2621db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Install Node
- uses: actions/setup-node@v4
with:
node-version: 20.8.0
node-version: 20.18.1
cache: 'npm'

# Install & build & test:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
# Install Node
- uses: actions/setup-node@v4
with:
node-version: 20.8.0
node-version: 20.18.1
cache: 'npm'

# Install & unit test & build
Expand Down

0 comments on commit 2621db9

Please sign in to comment.