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 9c22433
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 29 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 [email protected]
Expand Down
53 changes: 26 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c22433

Please sign in to comment.