Skip to content

Commit

Permalink
feat: use node 20 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiroig-tf committed Feb 23, 2024
1 parent b6e1b80 commit 0a2c468
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/verify-transpiled-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20

- run: |
yarn install
mv dist/ source-dist
Expand Down

0 comments on commit 0a2c468

Please sign in to comment.