Skip to content

Commit

Permalink
Merge pull request #34 from wentout/proto
Browse files Browse the repository at this point in the history
deps versions update
  • Loading branch information
wentout committed Apr 7, 2024
2 parents fc06e2a + c484733 commit 4f12991
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 164 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -34,10 +34,10 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@master
with:
node-version: 16.x
node-version: 18.x

- name: npm install
run: npm install
Expand Down

0 comments on commit 4f12991

Please sign in to comment.