Skip to content

Commit f243d2f

Browse files
committed
ci: lock node version to 16.8
1 parent aa8908a commit f243d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set node version to 16
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: 16
17+
node-version: 16.8
1818
- uses: bahmutov/npm-install@v1
1919
- name: Run unit tests
2020
run: yarn test --ci

0 commit comments

Comments
 (0)