Skip to content

Commit

Permalink
chore(node): update node in CI to v18, v20
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Oct 26, 2023
1 parent 22e43f2 commit d61d2e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
node: [14, 16, 18]
node: [18, 20]
name: ${{ matrix.os }} and node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- run: npm ci
- name: Enforce code style
run: npm run validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: |
npm ci
Expand Down

0 comments on commit d61d2e4

Please sign in to comment.