Skip to content

Commit

Permalink
tools: update node versions used for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpareja committed Dec 1, 2022
1 parent 3b9c9ba commit 05f9625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [14.x, 16.x, 18.x]

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm publish --ignore-scripts
env:
Expand Down

0 comments on commit 05f9625

Please sign in to comment.