Skip to content

Commit

Permalink
Using Ubuntu 22.04 and node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
juancri committed Jun 24, 2023
1 parent 6235855 commit 1bfdc0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ defaults:
jobs:
build:

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- run: |
npm install
- run: |
Expand Down

0 comments on commit 1bfdc0c

Please sign in to comment.