Skip to content

Commit

Permalink
chore: try using node 20 for cosmos
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 7, 2024
1 parent 3bbd4dd commit d94b42f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-cosmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["18.x"]
node-version: ["20.x"]
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Fix docker issue
run: update-alternatives --set iptables /usr/sbin/iptables-legacy

- name: Checkout code
uses: actions/checkout@v4

Expand Down

0 comments on commit d94b42f

Please sign in to comment.