Skip to content

Commit

Permalink
feat: bump senamtic to v19, migrate to node v18
Browse files Browse the repository at this point in the history
Closes #173
  • Loading branch information
codfish committed Aug 8, 2022
1 parent cd78c9a commit 80f9000
Show file tree
Hide file tree
Showing 4 changed files with 29,472 additions and 10,861 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: 18.7.0

- run: npm ci

Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.7.0
Loading

0 comments on commit 80f9000

Please sign in to comment.