Skip to content

Commit

Permalink
Merge pull request #9 from decentraland/fix/route-dependencies-problems
Browse files Browse the repository at this point in the history
fix: Route dependencies problems
  • Loading branch information
LautaroPetaccio authored Feb 27, 2024
2 parents 65c95da + 1bca5d9 commit dde23e4
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 201 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
name: CI
jobs:
build:
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 16.x
uses: actions/setup-node@v1
- name: Use Node.js 18.x
uses: actions/setup-node@v4.0.1
with:
node-version: 16.x
node-version: 18.x
- name: Set package.json version
uses: menduz/oddish-action@master
with:
Expand Down
Loading

0 comments on commit dde23e4

Please sign in to comment.