Skip to content

Commit f3a53c9

Browse files
authored
Merge pull request #39 from dolittle/use-node-16
Use-node-16
2 parents 3b26fc5 + d8670e3 commit f3a53c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v3
17-
- name: Setup node v18
17+
- name: Setup node v16
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 18
20+
node-version: 16.x
2121
registry-url: "https://registry.npmjs.org"
2222
- run: yarn
2323
- run: yarn ci

0 commit comments

Comments
 (0)