Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Jan 4, 2024
1 parent 51745bc commit fc2a394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:

jobs:
gulp:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1

- name: Setup NodeJS
uses: actions/setup-node@v1
with:
node-version: 16.14.0
node-version: 20.10.0

- name: Setup NodeJS cache
uses: actions/cache@v1
Expand Down

0 comments on commit fc2a394

Please sign in to comment.