Skip to content

Commit

Permalink
Update to use the latest server Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Oct 10, 2023
1 parent 97cfd47 commit 5e1e0af
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 @@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v3

# Install Node 16
# Install Node
- uses: actions/setup-node@v3
with:
node-version: 16.16.0
node-version: 20.8.0
cache: 'npm'

- run: npm install -g npm@8.5.5
Expand Down

0 comments on commit 5e1e0af

Please sign in to comment.