Skip to content

Commit

Permalink
github actions on node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
giannif committed Nov 1, 2024
1 parent 595e8ab commit 79552ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: giphy-web
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: 'yarn'
- run: yarn install --immutable
- run: yarn install --immutable
- name: Build
run: yarn run build
- name: Lint and Test
Expand Down

0 comments on commit 79552ee

Please sign in to comment.