Skip to content

Commit

Permalink
try update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
willronchetti committed Jan 16, 2024
1 parent fb8bee6 commit 115c7da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Test Suite for fourfront (Python 3.11, Node 18)

# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

# Build matrix
strategy:
Expand Down Expand Up @@ -54,6 +54,7 @@ jobs:
sudo apt-get install postgresql-14 postgresql-client-14
echo "/usr/lib/postgresql/14/bin" >> $GITHUB_PATH
sudo ln -s /usr/lib/postgresql/14/bin/initdb /usr/local/bin/initdb
sudo npm install npm@latest -g
- name: Install Deps
if: ${{ matrix.test_type == 'NPM' || matrix.test_type == 'UNIT' }}
run: |
Expand Down

0 comments on commit 115c7da

Please sign in to comment.