Skip to content

Commit

Permalink
Merge pull request #39 from dolittle/use-node-16
Browse files Browse the repository at this point in the history
Use-node-16
  • Loading branch information
woksin committed Dec 7, 2022
2 parents 3b26fc5 + d8670e3 commit f3a53c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup node v18
- name: Setup node v16
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16.x
registry-url: "https://registry.npmjs.org"
- run: yarn
- run: yarn ci
Expand Down

0 comments on commit f3a53c9

Please sign in to comment.