Skip to content

Commit

Permalink
chore: change deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCSolari committed Dec 1, 2023
1 parent f890c7b commit 0efb49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 0efb49c

Please sign in to comment.