Skip to content

Commit

Permalink
build: update Node.js runtime versions (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed May 24, 2023
1 parent 7746162 commit 90eac96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
node: ["10.x", "12.x", "14.x"]
node: ["14.x", "16.x", "18.x"]
platform: [ubuntu-latest]
name: Node v${{matrix.node}} ((${{matrix.platform}}))
runs-on: ${{matrix.platform}}
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '10.x'
node-version: '18.x'
- name: install dependencies
run: yarn install --ignore-engines
- name: Configure Git User
Expand Down

0 comments on commit 90eac96

Please sign in to comment.