Skip to content

Commit

Permalink
update test GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardwolff committed Dec 19, 2024
1 parent ae53c58 commit b8474cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 at 2024-07-30
uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: '10'

- name: Install dependencies
run: yarn
Expand Down

0 comments on commit b8474cb

Please sign in to comment.