Skip to content

Commit

Permalink
GH workflow to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
edfletcher committed Nov 16, 2024
1 parent 7a0cda7 commit 05cea8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ logs
coverage
**/*.swp
.banners.cache
.certs
config/*-prod*
http/static
http/attachments

0 comments on commit 05cea8d

Please sign in to comment.