Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Dec 18, 2023
1 parent aa04041 commit 1d8c8b2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,16 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
environment:
name: production
steps:
- name: Use Node
uses: actions/setup-node@v2
with:
node-version: '18.x'

- uses: actions/checkout@v4
with:
repository: glossarist/migration-adapters

- name: Use Node
uses: actions/setup-node@v4
with:
node-version: 18

- name: Enable Yarn Berry
run: |
corepack enable
Expand Down

0 comments on commit 1d8c8b2

Please sign in to comment.