Skip to content

Commit

Permalink
build(devs-infra): replace node 12 with node 18 for CI (#3766)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl committed Aug 25, 2022
1 parent 31b83f3 commit e925f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]
name: Node v${{ matrix.node-version }} on ${{ inputs.os }}
runs-on: ${{ inputs.os }}

Expand Down

0 comments on commit e925f10

Please sign in to comment.