Skip to content

Commit

Permalink
build(node): enforce node v18 for development and update ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adamalston committed Nov 20, 2023
1 parent 69d8e53 commit 431049a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12,284 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.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: [16, 18, lts/*]
node: [18, lts/*]
name: Node ${{ matrix.node }} build
steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18
Loading

0 comments on commit 431049a

Please sign in to comment.