Skip to content

Commit

Permalink
Bump Node.js version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
asmblah committed Feb 12, 2023
1 parent 54b15c8 commit d89445d
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 @@ -8,10 +8,10 @@ jobs:

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

steps:
# Check out the repository under $GITHUB_WORKSPACE, so this job can access it
# Check out the repository under $GITHUB_WORKSPACE, so this job can access it.
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit d89445d

Please sign in to comment.